Interface GGTimestamp

  • All Superinterfaces:
    GGEntity, GGObject, Scalar<java.lang.Long>
    All Known Implementing Classes:
    TimestampResponse

    public interface GGTimestamp
    extends Scalar<java.lang.Long>
    Represents a Unix Timestamp. Supports up to 53 bit int values, as that is JavaScript's internal memory allocation for integer values.
    • Method Detail

      • getValueInstant

        default java.time.Instant getValueInstant()