Class TimestampResponse
- java.lang.Object
- 
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
- 
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
- 
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
- 
- com.github.gpluscb.ggjava.entity.object.response.scalars.ScalarResponse<java.lang.Long>
- 
- com.github.gpluscb.ggjava.entity.object.response.scalars.TimestampResponse
 
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject,- GGTimestamp,- Scalar<java.lang.Long>
 
 public class TimestampResponse extends ScalarResponse<java.lang.Long> implements GGTimestamp Represents a Unix Timestamp. Supports up to 53 bit int values, as that is JavaScript's internal memory allocation for integer values.
- 
- 
Constructor SummaryConstructors Constructor Description TimestampResponse()TimestampResponse(long value)
 - 
Method Summary- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.scalars.ScalarResponsegetValue
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.object.scalars.GGTimestampgetValueInstant
 
- 
 
-