public final class KeyRangeLocation extends 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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
KeyRangeLocation() |
Modifier and Type | Method and Description |
---|---|
KeyRangeLocation |
clone() |
String |
getDataDisk() |
String |
getDeliveryEndpoint() |
String |
getEnd() |
String |
getPersistentDirectory() |
String |
getStart() |
KeyRangeLocation |
set(String fieldName,
Object value) |
KeyRangeLocation |
setDataDisk(String dataDisk) |
KeyRangeLocation |
setDeliveryEndpoint(String deliveryEndpoint) |
KeyRangeLocation |
setEnd(String end) |
KeyRangeLocation |
setPersistentDirectory(String persistentDirectory) |
KeyRangeLocation |
setStart(String start) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getDataDisk()
null
for nonepublic KeyRangeLocation setDataDisk(String dataDisk)
dataDisk
- dataDisk or null
for nonepublic String getDeliveryEndpoint()
null
for nonepublic KeyRangeLocation setDeliveryEndpoint(String deliveryEndpoint)
deliveryEndpoint
- deliveryEndpoint or null
for nonepublic String getEnd()
null
for nonepublic KeyRangeLocation setEnd(String end)
end
- end or null
for nonepublic String getPersistentDirectory()
null
for nonepublic KeyRangeLocation setPersistentDirectory(String persistentDirectory)
persistentDirectory
- persistentDirectory or null
for nonepublic String getStart()
null
for nonepublic KeyRangeLocation setStart(String start)
start
- start or null
for nonepublic KeyRangeLocation set(String fieldName, Object value)
set
in class GenericJson
public KeyRangeLocation clone()
clone
in class GenericJson