public final class GuestAttributes
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 |
---|
GuestAttributes() |
Modifier and Type | Method and Description |
---|---|
GuestAttributes |
clone() |
java.lang.String |
getKind()
[Output Only] Type of the resource.
|
java.lang.String |
getQueryPath()
The path to be queried.
|
GuestAttributesValue |
getQueryValue()
[Output Only] The value of the requested queried path.
|
java.lang.String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
java.lang.String |
getVariableKey()
The key to search for.
|
java.lang.String |
getVariableValue()
[Output Only] The value found for the requested key.
|
GuestAttributes |
set(java.lang.String fieldName,
java.lang.Object value) |
GuestAttributes |
setKind(java.lang.String kind)
[Output Only] Type of the resource.
|
GuestAttributes |
setQueryPath(java.lang.String queryPath)
The path to be queried.
|
GuestAttributes |
setQueryValue(GuestAttributesValue queryValue)
[Output Only] The value of the requested queried path.
|
GuestAttributes |
setSelfLink(java.lang.String selfLink)
[Output Only] Server-defined URL for this resource.
|
GuestAttributes |
setVariableKey(java.lang.String variableKey)
The key to search for.
|
GuestAttributes |
setVariableValue(java.lang.String variableValue)
[Output Only] The value found for the requested key.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getKind()
null
for nonepublic GuestAttributes setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getQueryPath()
null
for nonepublic GuestAttributes setQueryPath(java.lang.String queryPath)
queryPath
- queryPath or null
for nonepublic GuestAttributesValue getQueryValue()
null
for nonepublic GuestAttributes setQueryValue(GuestAttributesValue queryValue)
queryValue
- queryValue or null
for nonepublic java.lang.String getSelfLink()
null
for nonepublic GuestAttributes setSelfLink(java.lang.String selfLink)
selfLink
- selfLink or null
for nonepublic java.lang.String getVariableKey()
null
for nonepublic GuestAttributes setVariableKey(java.lang.String variableKey)
variableKey
- variableKey or null
for nonepublic java.lang.String getVariableValue()
null
for nonepublic GuestAttributes setVariableValue(java.lang.String variableValue)
variableValue
- variableValue or null
for nonepublic GuestAttributes set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public GuestAttributes clone()
clone
in class com.google.api.client.json.GenericJson