public final class GuestAttributesEntry
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 |
|---|
GuestAttributesEntry() |
| Modifier and Type | Method and Description |
|---|---|
GuestAttributesEntry |
clone() |
java.lang.String |
getKey()
Key for the guest attribute entry.
|
java.lang.String |
getNamespace()
Namespace for the guest attribute entry.
|
java.lang.String |
getValue()
Value for the guest attribute entry.
|
GuestAttributesEntry |
set(java.lang.String fieldName,
java.lang.Object value) |
GuestAttributesEntry |
setKey(java.lang.String key)
Key for the guest attribute entry.
|
GuestAttributesEntry |
setNamespace(java.lang.String namespace)
Namespace for the guest attribute entry.
|
GuestAttributesEntry |
setValue(java.lang.String value)
Value for the guest attribute entry.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getKey()
null for nonepublic GuestAttributesEntry setKey(java.lang.String key)
key - key or null for nonepublic java.lang.String getNamespace()
null for nonepublic GuestAttributesEntry setNamespace(java.lang.String namespace)
namespace - namespace or null for nonepublic java.lang.String getValue()
null for nonepublic GuestAttributesEntry setValue(java.lang.String value)
value - value or null for nonepublic GuestAttributesEntry set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GuestAttributesEntry clone()
clone in class com.google.api.client.json.GenericJson