public final class StreamLocation 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 |
---|
StreamLocation() |
Modifier and Type | Method and Description |
---|---|
StreamLocation |
clone() |
PubsubLocation |
getPubsubLocation() |
StreamingSideInputLocation |
getSideInputLocation() |
StreamingStageLocation |
getStreamingStageLocation() |
StreamLocation |
set(String fieldName,
Object value) |
StreamLocation |
setPubsubLocation(PubsubLocation pubsubLocation) |
StreamLocation |
setSideInputLocation(StreamingSideInputLocation sideInputLocation) |
StreamLocation |
setStreamingStageLocation(StreamingStageLocation streamingStageLocation) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public PubsubLocation getPubsubLocation()
null
for nonepublic StreamLocation setPubsubLocation(PubsubLocation pubsubLocation)
pubsubLocation
- pubsubLocation or null
for nonepublic StreamingSideInputLocation getSideInputLocation()
null
for nonepublic StreamLocation setSideInputLocation(StreamingSideInputLocation sideInputLocation)
sideInputLocation
- sideInputLocation or null
for nonepublic StreamingStageLocation getStreamingStageLocation()
null
for nonepublic StreamLocation setStreamingStageLocation(StreamingStageLocation streamingStageLocation)
streamingStageLocation
- streamingStageLocation or null
for nonepublic StreamLocation set(String fieldName, Object value)
set
in class GenericJson
public StreamLocation clone()
clone
in class GenericJson