Class TimestampValue

java.lang.Object
com.google.cloud.datastore.Value<com.google.cloud.Timestamp>
com.google.cloud.datastore.TimestampValue
All Implemented Interfaces:
Serializable

public final class TimestampValue extends Value<com.google.cloud.Timestamp>
See Also:
  • Constructor Details

    • TimestampValue

      public TimestampValue(com.google.cloud.Timestamp timestamp)
  • Method Details