public final class ReportedParallelism
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 |
---|
ReportedParallelism() |
Modifier and Type | Method and Description |
---|---|
ReportedParallelism |
clone() |
java.lang.Boolean |
getIsInfinite()
Specifies whether the parallelism is infinite.
|
java.lang.Double |
getValue()
Specifies the level of parallelism in case it is finite.
|
ReportedParallelism |
set(java.lang.String fieldName,
java.lang.Object value) |
ReportedParallelism |
setIsInfinite(java.lang.Boolean isInfinite)
Specifies whether the parallelism is infinite.
|
ReportedParallelism |
setValue(java.lang.Double value)
Specifies the level of parallelism in case it is finite.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.Boolean getIsInfinite()
null
for nonepublic ReportedParallelism setIsInfinite(java.lang.Boolean isInfinite)
isInfinite
- isInfinite or null
for nonepublic java.lang.Double getValue()
null
for nonepublic ReportedParallelism setValue(java.lang.Double value)
value
- value or null
for nonepublic ReportedParallelism set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ReportedParallelism clone()
clone
in class com.google.api.client.json.GenericJson