public static final class QueryParameterType.StructTypes
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
QueryParameterType.StructTypes() |
| Modifier and Type | Method and Description |
|---|---|
QueryParameterType.StructTypes |
clone() |
java.lang.String |
getDescription()
[Optional] Human-oriented description of the field.
|
java.lang.String |
getName()
[Optional] The name of this field.
|
QueryParameterType |
getType()
[Required] The type of this field.
|
QueryParameterType.StructTypes |
set(java.lang.String fieldName,
java.lang.Object value) |
QueryParameterType.StructTypes |
setDescription(java.lang.String description)
[Optional] Human-oriented description of the field.
|
QueryParameterType.StructTypes |
setName(java.lang.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, setUnknownKeyspublic java.lang.String getDescription()
null for nonepublic QueryParameterType.StructTypes setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getName()
null for nonepublic QueryParameterType.StructTypes setName(java.lang.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(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic QueryParameterType.StructTypes clone()
clone in class com.google.api.client.json.GenericJson