Package com.google.cloud.datastore
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TimestampValue.Builder
-
Constructor Summary
Constructors Constructor Description TimestampValue(com.google.cloud.Timestamp timestamp)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimestampValue.Builder
newBuilder(com.google.cloud.Timestamp timestamp)
static TimestampValue
of(com.google.cloud.Timestamp timestamp)
TimestampValue.Builder
toBuilder()
-
-
-
Method Detail
-
toBuilder
public TimestampValue.Builder toBuilder()
-
of
public static TimestampValue of(com.google.cloud.Timestamp timestamp)
-
newBuilder
public static TimestampValue.Builder newBuilder(com.google.cloud.Timestamp timestamp)
-
-