Package com.google.cloud.datastore
Class LongValue
- java.lang.Object
-
- com.google.cloud.datastore.Value<Long>
-
- com.google.cloud.datastore.LongValue
-
- All Implemented Interfaces:
Serializable
public final class LongValue extends Value<Long>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LongValue.Builder
-
Constructor Summary
Constructors Constructor Description LongValue(long value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LongValue.Builder
newBuilder(long value)
static LongValue
of(long value)
LongValue.Builder
toBuilder()
-
-
-
Method Detail
-
toBuilder
public LongValue.Builder toBuilder()
-
of
public static LongValue of(long value)
-
newBuilder
public static LongValue.Builder newBuilder(long value)
-
-