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.Flags
Constructor and Description |
---|
QueryParameterValue() |
Modifier and Type | Method and Description |
---|---|
QueryParameterValue |
clone() |
java.util.List<QueryParameterValue> |
getArrayValues()
[Optional] The array values, if this is an array type.
|
java.util.Map<java.lang.String,QueryParameterValue> |
getStructValues()
[Optional] The struct field values, in order of the struct type's declaration.
|
java.lang.String |
getValue()
[Optional] The value of this value, if a simple scalar type.
|
QueryParameterValue |
set(java.lang.String fieldName,
java.lang.Object value) |
QueryParameterValue |
setArrayValues(java.util.List<QueryParameterValue> arrayValues)
[Optional] The array values, if this is an array type.
|
QueryParameterValue |
setStructValues(java.util.Map<java.lang.String,QueryParameterValue> structValues)
[Optional] The struct field values, in order of the struct type's declaration.
|
QueryParameterValue |
setValue(java.lang.String value)
[Optional] The value of this value, if a simple scalar type.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<QueryParameterValue> getArrayValues()
null
for nonepublic QueryParameterValue setArrayValues(java.util.List<QueryParameterValue> arrayValues)
arrayValues
- arrayValues or null
for nonepublic java.util.Map<java.lang.String,QueryParameterValue> getStructValues()
null
for nonepublic QueryParameterValue setStructValues(java.util.Map<java.lang.String,QueryParameterValue> structValues)
structValues
- structValues or null
for nonepublic java.lang.String getValue()
null
for nonepublic QueryParameterValue setValue(java.lang.String value)
value
- value or null
for nonepublic QueryParameterValue set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public QueryParameterValue clone()
clone
in class com.google.api.client.json.GenericJson