public final class TypeInfo extends 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 Alpha API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
TypeInfo |
clone() |
String |
getDescription()
The description of the type.
|
String |
getDocumentationLink()
For swagger 2.0 externalDocs field will be used.
|
String |
getKind()
Output only.
|
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
|
String |
getSelfLink()
Output only.
|
String |
getTitle()
The title on the API descriptor URL provided.
|
TypeInfo |
set(String fieldName,
Object value) |
TypeInfo |
setDescription(String description)
The description of the type.
|
TypeInfo |
setDocumentationLink(String documentationLink)
For swagger 2.0 externalDocs field will be used.
|
TypeInfo |
setKind(String kind)
Output only.
|
TypeInfo |
setName(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(String selfLink)
Output only.
|
TypeInfo |
setTitle(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, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDescription()
null for nonepublic TypeInfo setDescription(String description)
description - description or null for nonepublic String getDocumentationLink()
null for nonepublic TypeInfo setDocumentationLink(String documentationLink)
documentationLink - documentationLink or null for nonepublic String getKind()
null for nonepublic TypeInfo setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic TypeInfo setName(String name)
name - name or null for nonepublic TypeInfoSchemaInfo getSchema()
null for nonepublic TypeInfo setSchema(TypeInfoSchemaInfo schema)
schema - schema or null for nonepublic String getSelfLink()
null for nonepublic TypeInfo setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getTitle()
null for nonepublic TypeInfo setTitle(String title)
title - title or null for nonepublic TypeInfo set(String fieldName, Object value)
set in class GenericJsonpublic TypeInfo clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.