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 SummaryAll Methods Instance Methods Default Methods Modifier and Type Method Description default java.time.InstantgetValueInstant()- 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
-