public interface ISnowflake
| Modifier and Type | Method and Description |
|---|---|
default java.time.OffsetDateTime |
getCreationTime()
The time this entity was created.
|
default java.lang.String |
getId()
The Snowflake id of this entity.
|
long |
getIdLong()
The Snowflake id of this entity.
|
default java.lang.String getId()
long getIdLong()
default java.time.OffsetDateTime getCreationTime()
getIdLong().MiscUtil.getCreationTime(long)