public final class SplitInt64
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
SplitInt64() |
| Modifier and Type | Method and Description |
|---|---|
SplitInt64 |
clone() |
java.lang.Integer |
getHighBits()
The high order bits, including the sign: n >> 32.
|
java.lang.Long |
getLowBits()
The low order bits: n & 0xffffffff.
|
SplitInt64 |
set(java.lang.String fieldName,
java.lang.Object value) |
SplitInt64 |
setHighBits(java.lang.Integer highBits)
The high order bits, including the sign: n >> 32.
|
SplitInt64 |
setLowBits(java.lang.Long lowBits)
The low order bits: n & 0xffffffff.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getHighBits()
null for nonepublic SplitInt64 setHighBits(java.lang.Integer highBits)
highBits - highBits or null for nonepublic java.lang.Long getLowBits()
null for nonepublic SplitInt64 setLowBits(java.lang.Long lowBits)
lowBits - lowBits or null for nonepublic SplitInt64 set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SplitInt64 clone()
clone in class com.google.api.client.json.GenericJson