public final class AutoscalerStatusDetails
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 Compute 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 |
|---|
AutoscalerStatusDetails() |
| Modifier and Type | Method and Description |
|---|---|
AutoscalerStatusDetails |
clone() |
java.lang.String |
getMessage()
The status message.
|
java.lang.String |
getType()
The type of error returned.
|
AutoscalerStatusDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
AutoscalerStatusDetails |
setMessage(java.lang.String message)
The status message.
|
AutoscalerStatusDetails |
setType(java.lang.String type)
The type of error returned.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getMessage()
null for nonepublic AutoscalerStatusDetails setMessage(java.lang.String message)
message - message or null for nonepublic java.lang.String getType()
null for nonepublic AutoscalerStatusDetails setType(java.lang.String type)
type - type or null for nonepublic AutoscalerStatusDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AutoscalerStatusDetails clone()
clone in class com.google.api.client.json.GenericJson