public final class SeqMapTask
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 |
|---|
SeqMapTask() |
| Modifier and Type | Method and Description |
|---|---|
SeqMapTask |
clone() |
java.util.List<SideInputInfo> |
getInputs()
Information about each of the inputs.
|
java.lang.String |
getName()
The user-provided name of the SeqDo operation.
|
java.util.List<SeqMapTaskOutputInfo> |
getOutputInfos()
Information about each of the outputs.
|
java.lang.String |
getStageName()
System-defined name of the stage containing the SeqDo operation.
|
java.lang.String |
getSystemName()
System-defined name of the SeqDo operation.
|
java.util.Map<java.lang.String,java.lang.Object> |
getUserFn()
The user function to invoke.
|
SeqMapTask |
set(java.lang.String fieldName,
java.lang.Object value) |
SeqMapTask |
setInputs(java.util.List<SideInputInfo> inputs)
Information about each of the inputs.
|
SeqMapTask |
setName(java.lang.String name)
The user-provided name of the SeqDo operation.
|
SeqMapTask |
setOutputInfos(java.util.List<SeqMapTaskOutputInfo> outputInfos)
Information about each of the outputs.
|
SeqMapTask |
setStageName(java.lang.String stageName)
System-defined name of the stage containing the SeqDo operation.
|
SeqMapTask |
setSystemName(java.lang.String systemName)
System-defined name of the SeqDo operation.
|
SeqMapTask |
setUserFn(java.util.Map<java.lang.String,java.lang.Object> userFn)
The user function to invoke.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<SideInputInfo> getInputs()
null for nonepublic SeqMapTask setInputs(java.util.List<SideInputInfo> inputs)
inputs - inputs or null for nonepublic java.lang.String getName()
null for nonepublic SeqMapTask setName(java.lang.String name)
name - name or null for nonepublic java.util.List<SeqMapTaskOutputInfo> getOutputInfos()
null for nonepublic SeqMapTask setOutputInfos(java.util.List<SeqMapTaskOutputInfo> outputInfos)
outputInfos - outputInfos or null for nonepublic java.lang.String getStageName()
null for nonepublic SeqMapTask setStageName(java.lang.String stageName)
stageName - stageName or null for nonepublic java.lang.String getSystemName()
null for nonepublic SeqMapTask setSystemName(java.lang.String systemName)
systemName - systemName or null for nonepublic java.util.Map<java.lang.String,java.lang.Object> getUserFn()
null for nonepublic SeqMapTask setUserFn(java.util.Map<java.lang.String,java.lang.Object> userFn)
userFn - userFn or null for nonepublic SeqMapTask set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SeqMapTask clone()
clone in class com.google.api.client.json.GenericJson