public final class QueryParameterValue 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 BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public QueryParameterValue clone()
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.