public final class Step
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 |
---|
Step() |
Modifier and Type | Method and Description |
---|---|
Step |
clone() |
java.lang.String |
getKind()
The kind of step in the Cloud Dataflow job.
|
java.lang.String |
getName()
The name that identifies the step.
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Named properties associated with the step.
|
Step |
set(java.lang.String fieldName,
java.lang.Object value) |
Step |
setKind(java.lang.String kind)
The kind of step in the Cloud Dataflow job.
|
Step |
setName(java.lang.String name)
The name that identifies the step.
|
Step |
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Named properties associated with the step.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getKind()
null
for nonepublic Step setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getName()
null
for nonepublic Step setName(java.lang.String name)
name
- name or null
for nonepublic java.util.Map<java.lang.String,java.lang.Object> getProperties()
null
for nonepublic Step setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
properties
- properties or null
for nonepublic Step set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Step clone()
clone
in class com.google.api.client.json.GenericJson