public final class Parameter
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 |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
clone() |
java.lang.String |
getKey()
Key or name for this parameter.
|
java.lang.Object |
getValue()
Value for this parameter.
|
Parameter |
set(java.lang.String fieldName,
java.lang.Object value) |
Parameter |
setKey(java.lang.String key)
Key or name for this parameter.
|
Parameter |
setValue(java.lang.Object value)
Value for this parameter.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getKey()
null for nonepublic Parameter setKey(java.lang.String key)
key - key or null for nonepublic java.lang.Object getValue()
null for nonepublic Parameter setValue(java.lang.Object value)
value - value or null for nonepublic Parameter set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Parameter clone()
clone in class com.google.api.client.json.GenericJson