Package com.enonic.xp.node
Class UUID
- java.lang.Object
-
- com.enonic.xp.node.UUID
-
- Direct Known Subclasses:
AuditLogId
,ContentId
,NodeCommitId
,NodeId
,NodeVersionId
@PublicApi public class UUID extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
static UUID
from(Object object)
Deprecated.static UUID
from(String string)
Deprecated.int
hashCode()
String
toString()
-
-
-
Field Detail
-
value
protected final String value
-
-
Method Detail
-
from
@Deprecated public static UUID from(String string)
Deprecated.
-
from
@Deprecated public static UUID from(Object object)
Deprecated.
-
-