public final class InstructionInput
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
InstructionInput() |
Modifier and Type | Method and Description |
---|---|
InstructionInput |
clone() |
java.lang.Integer |
getOutputNum()
The output index (origin zero) within the producer.
|
java.lang.Integer |
getProducerInstructionIndex()
The index (origin zero) of the parallel instruction that produces the output to be consumed by
this input.
|
InstructionInput |
set(java.lang.String fieldName,
java.lang.Object value) |
InstructionInput |
setOutputNum(java.lang.Integer outputNum)
The output index (origin zero) within the producer.
|
InstructionInput |
setProducerInstructionIndex(java.lang.Integer producerInstructionIndex)
The index (origin zero) of the parallel instruction that produces the output to be consumed by
this input.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.Integer getOutputNum()
null
for nonepublic InstructionInput setOutputNum(java.lang.Integer outputNum)
outputNum
- outputNum or null
for nonepublic java.lang.Integer getProducerInstructionIndex()
null
for nonepublic InstructionInput setProducerInstructionIndex(java.lang.Integer producerInstructionIndex)
producerInstructionIndex
- producerInstructionIndex or null
for nonepublic InstructionInput set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public InstructionInput clone()
clone
in class com.google.api.client.json.GenericJson