public final class SeqMapTaskOutputInfo
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 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 |
---|
SeqMapTaskOutputInfo() |
Modifier and Type | Method and Description |
---|---|
SeqMapTaskOutputInfo |
clone() |
Sink |
getSink()
The sink to write the output value to.
|
java.lang.String |
getTag()
The id of the TupleTag the user code will tag the output value by.
|
SeqMapTaskOutputInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
SeqMapTaskOutputInfo |
setSink(Sink sink)
The sink to write the output value to.
|
SeqMapTaskOutputInfo |
setTag(java.lang.String tag)
The id of the TupleTag the user code will tag the output value by.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Sink getSink()
null
for nonepublic SeqMapTaskOutputInfo setSink(Sink sink)
sink
- sink or null
for nonepublic java.lang.String getTag()
null
for nonepublic SeqMapTaskOutputInfo setTag(java.lang.String tag)
tag
- tag or null
for nonepublic SeqMapTaskOutputInfo set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public SeqMapTaskOutputInfo clone()
clone
in class com.google.api.client.json.GenericJson