public static final class ConfigCore.DID extends java.lang.Object implements Byteable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id |
int |
realm |
static int |
REALM_DID |
int |
strategy |
static int |
STRATEGY_CUSTOM |
static int |
STRATEGY_UUID |
| Constructor and Description |
|---|
DID(int realm,
int strategy,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
restore(byte[] data) |
byte[] |
store() |
java.lang.String |
toString() |
public static final int STRATEGY_UUID
public static final int STRATEGY_CUSTOM
public static final int REALM_DID
public final int realm
public final int strategy
public final java.lang.String id