public final class StatusCondition
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 Kubernetes Engine 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 |
|---|
StatusCondition() |
| Modifier and Type | Method and Description |
|---|---|
StatusCondition |
clone() |
java.lang.String |
getCode()
Machine-friendly representation of the condition
|
java.lang.String |
getMessage()
Human-friendly representation of the condition
|
StatusCondition |
set(java.lang.String fieldName,
java.lang.Object value) |
StatusCondition |
setCode(java.lang.String code)
Machine-friendly representation of the condition
|
StatusCondition |
setMessage(java.lang.String message)
Human-friendly representation of the condition
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getCode()
null for nonepublic StatusCondition setCode(java.lang.String code)
code - code or null for nonepublic java.lang.String getMessage()
null for nonepublic StatusCondition setMessage(java.lang.String message)
message - message or null for nonepublic StatusCondition set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic StatusCondition clone()
clone in class com.google.api.client.json.GenericJson