public final class ClusterStatus extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ClusterStatus() |
Modifier and Type | Method and Description |
---|---|
ClusterStatus |
clone() |
String |
getDetail()
Output only.
|
String |
getState()
Output only.
|
String |
getStateStartTime()
Output only.
|
String |
getSubstate()
Output only.
|
ClusterStatus |
set(String fieldName,
Object value) |
ClusterStatus |
setDetail(String detail)
Output only.
|
ClusterStatus |
setState(String state)
Output only.
|
ClusterStatus |
setStateStartTime(String stateStartTime)
Output only.
|
ClusterStatus |
setSubstate(String substate)
Output only.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getDetail()
null
for nonepublic ClusterStatus setDetail(String detail)
detail
- detail or null
for nonepublic String getState()
null
for nonepublic ClusterStatus setState(String state)
state
- state or null
for nonepublic String getStateStartTime()
null
for nonepublic ClusterStatus setStateStartTime(String stateStartTime)
stateStartTime
- stateStartTime or null
for nonepublic String getSubstate()
null
for nonepublic ClusterStatus setSubstate(String substate)
substate
- substate or null
for nonepublic ClusterStatus set(String fieldName, Object value)
set
in class GenericJson
public ClusterStatus clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.