public final class SetMasterAuthRequest 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 Google Container Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SetMasterAuthRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetMasterAuthRequest |
clone() |
String |
getAction()
The exact form of action to be taken on the master auth
|
MasterAuth |
getUpdate()
A description of the update.
|
SetMasterAuthRequest |
set(String fieldName,
Object value) |
SetMasterAuthRequest |
setAction(String action)
The exact form of action to be taken on the master auth
|
SetMasterAuthRequest |
setUpdate(MasterAuth update)
A description of the update.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getAction()
null for nonepublic SetMasterAuthRequest setAction(String action)
action - action or null for nonepublic MasterAuth getUpdate()
null for nonepublic SetMasterAuthRequest setUpdate(MasterAuth update)
update - update or null for nonepublic SetMasterAuthRequest set(String fieldName, Object value)
set in class GenericJsonpublic SetMasterAuthRequest clone()
clone in class GenericJson