public final class ApproximateProgress
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 |
|---|
ApproximateProgress() |
| Modifier and Type | Method and Description |
|---|---|
ApproximateProgress |
clone() |
java.lang.Float |
getPercentComplete()
Obsolete.
|
Position |
getPosition()
Obsolete.
|
java.lang.String |
getRemainingTime()
Obsolete.
|
ApproximateProgress |
set(java.lang.String fieldName,
java.lang.Object value) |
ApproximateProgress |
setPercentComplete(java.lang.Float percentComplete)
Obsolete.
|
ApproximateProgress |
setPosition(Position position)
Obsolete.
|
ApproximateProgress |
setRemainingTime(java.lang.String remainingTime)
Obsolete.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Float getPercentComplete()
null for nonepublic ApproximateProgress setPercentComplete(java.lang.Float percentComplete)
percentComplete - percentComplete or null for nonepublic Position getPosition()
null for nonepublic ApproximateProgress setPosition(Position position)
position - position or null for nonepublic java.lang.String getRemainingTime()
null for nonepublic ApproximateProgress setRemainingTime(java.lang.String remainingTime)
remainingTime - remainingTime or null for nonepublic ApproximateProgress set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ApproximateProgress clone()
clone in class com.google.api.client.json.GenericJson