Class Value.IntValue
java.lang.Object
com.google.cloud.bigtable.data.v2.models.Value
com.google.cloud.bigtable.data.v2.models.Value.IntValue
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Value
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.cloud.bigtable.data.v2.models.Value
Value.IntValue, Value.RawTimestamp, Value.RawValue, Value.ValueType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Value.IntValuecreate(long value) abstract longgetValue()Methods inherited from class com.google.cloud.bigtable.data.v2.models.Value
fromProto, intValue, rawTimestamp, rawValue
-
Constructor Details
-
IntValue
public IntValue()
-
-
Method Details
-
create
-
getValue
public abstract long getValue() -
getValueType
- Specified by:
getValueTypein classValue
-