Package ai.vespa.feed.client
Class DocumentId
java.lang.Object
ai.vespa.feed.client.DocumentId
Represents a Vespa document id
- Author:
- jonmv
-
Method Summary
Modifier and TypeMethodDescriptionbooleangroup()inthashCode()number()static DocumentIdstatic DocumentIdstatic DocumentIdstatic DocumentIdtoString()
-
Method Details
-
of
-
of
public static DocumentId of(String namespace, String documentType, long number, String userSpecific) -
of
public static DocumentId of(String namespace, String documentType, String group, String userSpecific) -
of
-
documentType
-
namespace
-
number
-
group
-
userSpecific
-
equals
-
hashCode
public int hashCode() -
toString
-