public final class StateFamilyConfig
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 |
|---|
StateFamilyConfig() |
| Modifier and Type | Method and Description |
|---|---|
StateFamilyConfig |
clone() |
java.lang.Boolean |
getIsRead()
If true, this family corresponds to a read operation.
|
java.lang.String |
getStateFamily()
The state family value.
|
StateFamilyConfig |
set(java.lang.String fieldName,
java.lang.Object value) |
StateFamilyConfig |
setIsRead(java.lang.Boolean isRead)
If true, this family corresponds to a read operation.
|
StateFamilyConfig |
setStateFamily(java.lang.String stateFamily)
The state family value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getIsRead()
null for nonepublic StateFamilyConfig setIsRead(java.lang.Boolean isRead)
isRead - isRead or null for nonepublic java.lang.String getStateFamily()
null for nonepublic StateFamilyConfig setStateFamily(java.lang.String stateFamily)
stateFamily - stateFamily or null for nonepublic StateFamilyConfig set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic StateFamilyConfig clone()
clone in class com.google.api.client.json.GenericJson