public final class QueryParameterValue
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 BigQuery 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
QueryParameterValue() |
| Modifier and Type | Method and Description |
|---|---|
QueryParameterValue |
clone() |
List<QueryParameterValue> |
getArrayValues()
[Optional] The array values, if this is an array type.
|
Map<String,QueryParameterValue> |
getStructValues()
[Optional] The struct field values, in order of the struct type's declaration.
|
String |
getValue()
[Optional] The value of this value, if a simple scalar type.
|
QueryParameterValue |
set(String fieldName,
Object value) |
QueryParameterValue |
setArrayValues(List<QueryParameterValue> arrayValues)
[Optional] The array values, if this is an array type.
|
QueryParameterValue |
setStructValues(Map<String,QueryParameterValue> structValues)
[Optional] The struct field values, in order of the struct type's declaration.
|
QueryParameterValue |
setValue(String value)
[Optional] The value of this value, if a simple scalar type.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<QueryParameterValue> getArrayValues()
null for nonepublic QueryParameterValue setArrayValues(List<QueryParameterValue> arrayValues)
arrayValues - arrayValues or null for nonepublic Map<String,QueryParameterValue> getStructValues()
null for nonepublic QueryParameterValue setStructValues(Map<String,QueryParameterValue> structValues)
structValues - structValues or null for nonepublic String getValue()
null for nonepublic QueryParameterValue setValue(String value)
value - value or null for nonepublic QueryParameterValue set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic QueryParameterValue clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.