public final class TypeInfo
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 Google Cloud Deployment Manager API V2Beta Methods. 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 |
|---|
TypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
TypeInfo |
clone() |
java.lang.String |
getDescription()
The description of the type.
|
java.lang.String |
getDocumentationLink()
For swagger 2.0 externalDocs field will be used.
|
java.lang.String |
getKind()
Output only.
|
java.lang.String |
getName()
The base type or composite type name.
|
TypeInfoSchemaInfo |
getSchema()
For base types with a collection, we return a schema and documentation link For template types,
we return only a schema
|
java.lang.String |
getSelfLink()
Output only.
|
java.lang.String |
getTitle()
The title on the API descriptor URL provided.
|
TypeInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
TypeInfo |
setDescription(java.lang.String description)
The description of the type.
|
TypeInfo |
setDocumentationLink(java.lang.String documentationLink)
For swagger 2.0 externalDocs field will be used.
|
TypeInfo |
setKind(java.lang.String kind)
Output only.
|
TypeInfo |
setName(java.lang.String name)
The base type or composite type name.
|
TypeInfo |
setSchema(TypeInfoSchemaInfo schema)
For base types with a collection, we return a schema and documentation link For template types,
we return only a schema
|
TypeInfo |
setSelfLink(java.lang.String selfLink)
Output only.
|
TypeInfo |
setTitle(java.lang.String title)
The title on the API descriptor URL provided.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getDescription()
null for nonepublic TypeInfo setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getDocumentationLink()
null for nonepublic TypeInfo setDocumentationLink(java.lang.String documentationLink)
documentationLink - documentationLink or null for nonepublic java.lang.String getKind()
null for nonepublic TypeInfo setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic TypeInfo setName(java.lang.String name)
name - name or null for nonepublic TypeInfoSchemaInfo getSchema()
null for nonepublic TypeInfo setSchema(TypeInfoSchemaInfo schema)
schema - schema or null for nonepublic java.lang.String getSelfLink()
null for nonepublic TypeInfo setSelfLink(java.lang.String selfLink)
selfLink - selfLink or null for nonepublic java.lang.String getTitle()
null for nonepublic TypeInfo setTitle(java.lang.String title)
title - title or null for nonepublic TypeInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TypeInfo clone()
clone in class com.google.api.client.json.GenericJson