public final class Uuid extends Object
| Constructor and Description |
|---|
Uuid(String string)
Creates an instance of string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Uuid |
fromString(String valInString)
Returns the object of uuid fromString input String uuid.
|
int |
hashCode() |
static Uuid |
of(String value)
Returns the object of uuid for type string.
|
String |
string()
Returns the attribute string.
|
void |
string(String string)
Sets the attribute string.
|
String |
toString() |
public Uuid(String string)
string - value of stringpublic static Uuid of(String value)
value - value of uuid for type stringpublic String string()
public void string(String string)
string - value of stringCopyright © 2018. All rights reserved.