public static final class QueryParameterType.StructTypes
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StructTypes() |
| Modifier and Type | Method and Description |
|---|---|
QueryParameterType.StructTypes |
clone() |
String |
getDescription()
[Optional] Human-oriented description of the field.
|
String |
getName()
[Optional] The name of this field.
|
QueryParameterType |
getType()
[Required] The type of this field.
|
QueryParameterType.StructTypes |
set(String fieldName,
Object value) |
QueryParameterType.StructTypes |
setDescription(String description)
[Optional] Human-oriented description of the field.
|
QueryParameterType.StructTypes |
setName(String name)
[Optional] The name of this field.
|
QueryParameterType.StructTypes |
setType(QueryParameterType type)
[Required] The type of this field.
|
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 String getDescription()
null for nonepublic QueryParameterType.StructTypes setDescription(String description)
description - description or null for nonepublic String getName()
null for nonepublic QueryParameterType.StructTypes setName(String name)
name - name or null for nonepublic QueryParameterType getType()
null for nonepublic QueryParameterType.StructTypes setType(QueryParameterType type)
type - type or null for nonepublic QueryParameterType.StructTypes set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic QueryParameterType.StructTypes clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.