public final class YarnApplication
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 Cloud Dataproc 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 |
|---|
YarnApplication() |
| Modifier and Type | Method and Description |
|---|---|
YarnApplication |
clone() |
java.lang.String |
getName()
Required.
|
java.lang.Float |
getProgress()
Required.
|
java.lang.String |
getState()
Required.
|
java.lang.String |
getTrackingUrl()
Optional.
|
YarnApplication |
set(java.lang.String fieldName,
java.lang.Object value) |
YarnApplication |
setName(java.lang.String name)
Required.
|
YarnApplication |
setProgress(java.lang.Float progress)
Required.
|
YarnApplication |
setState(java.lang.String state)
Required.
|
YarnApplication |
setTrackingUrl(java.lang.String trackingUrl)
Optional.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getName()
null for nonepublic YarnApplication setName(java.lang.String name)
name - name or null for nonepublic java.lang.Float getProgress()
null for nonepublic YarnApplication setProgress(java.lang.Float progress)
progress - progress or null for nonepublic java.lang.String getState()
null for nonepublic YarnApplication setState(java.lang.String state)
state - state or null for nonepublic java.lang.String getTrackingUrl()
null for nonepublic YarnApplication setTrackingUrl(java.lang.String trackingUrl)
trackingUrl - trackingUrl or null for nonepublic YarnApplication set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic YarnApplication clone()
clone in class com.google.api.client.json.GenericJson