public final class GuestAttributes 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 Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| GuestAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| GuestAttributes | clone() | 
| String | getKind()[Output Only] Type of the resource. | 
| String | getQueryPath()The path to be queried. | 
| GuestAttributesValue | getQueryValue()[Output Only] The value of the requested queried path. | 
| String | getSelfLink()[Output Only] Server-defined URL for this resource. | 
| String | getVariableKey()The key to search for. | 
| String | getVariableValue()[Output Only] The value found for the requested key. | 
| GuestAttributes | set(String fieldName,
   Object value) | 
| GuestAttributes | setKind(String kind)[Output Only] Type of the resource. | 
| GuestAttributes | setQueryPath(String queryPath)The path to be queried. | 
| GuestAttributes | setQueryValue(GuestAttributesValue queryValue)[Output Only] The value of the requested queried path. | 
| GuestAttributes | setSelfLink(String selfLink)[Output Only] Server-defined URL for this resource. | 
| GuestAttributes | setVariableKey(String variableKey)The key to search for. | 
| GuestAttributes | setVariableValue(String variableValue)[Output Only] The value found for the requested key. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getKind()
null for nonepublic GuestAttributes setKind(String kind)
kind - kind or null for nonepublic String getQueryPath()
null for nonepublic GuestAttributes setQueryPath(String queryPath)
queryPath - queryPath or null for nonepublic GuestAttributesValue getQueryValue()
null for nonepublic GuestAttributes setQueryValue(GuestAttributesValue queryValue)
queryValue - queryValue or null for nonepublic String getSelfLink()
null for nonepublic GuestAttributes setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getVariableKey()
null for nonepublic GuestAttributes setVariableKey(String variableKey)
variableKey - variableKey or null for nonepublic String getVariableValue()
null for nonepublic GuestAttributes setVariableValue(String variableValue)
variableValue - variableValue or null for nonepublic GuestAttributes set(String fieldName, Object value)
set in class GenericJsonpublic GuestAttributes clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.