@API(value=Experimental) public static class UniqueId.Segment extends java.lang.Object
UniqueId comprises a type and a
value.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getType()
Get the type of this segment.
|
java.lang.String |
getValue()
Get the value of this segment.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getType()
public java.lang.String getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object