Interface ISnowflake

    • Method Detail

      • getId

        @Nonnull
        default String getId()
        The Snowflake id of this entity. This is unique to every entity and will never change.
        Returns:
        Never-null String containing the Id.
      • getIdLong

        long getIdLong()
        The Snowflake id of this entity. This is unique to every entity and will never change.
        Returns:
        Long containing the Id.