Interface GGTimestamp
-
- 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 Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.time.Instant
getValueInstant()
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-