public static final class QueryParameterType.StructTypes extends GenericJson
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, 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 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 GenericJsonpublic QueryParameterType.StructTypes clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.