public final class MapTask
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 |
|---|
MapTask() |
| Modifier and Type | Method and Description |
|---|---|
MapTask |
clone() |
java.util.List<ParallelInstruction> |
getInstructions()
The instructions in the MapTask.
|
java.lang.String |
getStageName()
System-defined name of the stage containing this MapTask.
|
java.lang.String |
getSystemName()
System-defined name of this MapTask.
|
MapTask |
set(java.lang.String fieldName,
java.lang.Object value) |
MapTask |
setInstructions(java.util.List<ParallelInstruction> instructions)
The instructions in the MapTask.
|
MapTask |
setStageName(java.lang.String stageName)
System-defined name of the stage containing this MapTask.
|
MapTask |
setSystemName(java.lang.String systemName)
System-defined name of this MapTask.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<ParallelInstruction> getInstructions()
null for nonepublic MapTask setInstructions(java.util.List<ParallelInstruction> instructions)
instructions - instructions or null for nonepublic java.lang.String getStageName()
null for nonepublic MapTask setStageName(java.lang.String stageName)
stageName - stageName or null for nonepublic java.lang.String getSystemName()
null for nonepublic MapTask setSystemName(java.lang.String systemName)
systemName - systemName or null for nonepublic MapTask set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic MapTask clone()
clone in class com.google.api.client.json.GenericJson