public final class Variable
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 Cloud Debugger API (Deprecated). For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Variable() |
| Modifier and Type | Method and Description |
|---|---|
Variable |
clone() |
List<Variable> |
getMembers()
Members contained or pointed to by the variable.
|
String |
getName()
Name of the variable, if any.
|
StatusMessage |
getStatus()
Status associated with the variable.
|
String |
getType()
Variable type (e.g.
|
String |
getValue()
Simple value of the variable.
|
Integer |
getVarTableIndex()
Reference to a variable in the shared variable table.
|
Variable |
set(String fieldName,
Object value) |
Variable |
setMembers(List<Variable> members)
Members contained or pointed to by the variable.
|
Variable |
setName(String name)
Name of the variable, if any.
|
Variable |
setStatus(StatusMessage status)
Status associated with the variable.
|
Variable |
setType(String type)
Variable type (e.g.
|
Variable |
setValue(String value)
Simple value of the variable.
|
Variable |
setVarTableIndex(Integer varTableIndex)
Reference to a variable in the shared variable table.
|
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 List<Variable> getMembers()
null for nonepublic Variable setMembers(List<Variable> members)
members - members or null for nonepublic String getName()
null for nonepublic Variable setName(String name)
name - name or null for nonepublic StatusMessage getStatus()
null for nonepublic Variable setStatus(StatusMessage status)
status - status or null for nonepublic String getType()
null for nonepublic Variable setType(String type)
type - type or null for nonepublic String getValue()
null for nonepublic Variable setValue(String value)
value - value or null for nonepublic Integer getVarTableIndex()
null for nonepublic Variable setVarTableIndex(Integer varTableIndex)
varTableIndex - varTableIndex or null for nonepublic Variable set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Variable clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.