public final class SideInputId
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 |
|---|
SideInputId() |
| Modifier and Type | Method and Description |
|---|---|
SideInputId |
clone() |
java.lang.String |
getDeclaringStepName()
The step that receives and usually consumes this side input.
|
java.lang.Integer |
getInputIndex()
The index of the side input, from the list of non_parallel_inputs.
|
SideInputId |
set(java.lang.String fieldName,
java.lang.Object value) |
SideInputId |
setDeclaringStepName(java.lang.String declaringStepName)
The step that receives and usually consumes this side input.
|
SideInputId |
setInputIndex(java.lang.Integer inputIndex)
The index of the side input, from the list of non_parallel_inputs.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDeclaringStepName()
null for nonepublic SideInputId setDeclaringStepName(java.lang.String declaringStepName)
declaringStepName - declaringStepName or null for nonepublic java.lang.Integer getInputIndex()
null for nonepublic SideInputId setInputIndex(java.lang.Integer inputIndex)
inputIndex - inputIndex or null for nonepublic SideInputId set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SideInputId clone()
clone in class com.google.api.client.json.GenericJson