public final class Type
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 Cloud Deployment Manager V2 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Type() |
| Modifier and Type | Method and Description |
|---|---|
Type |
clone() |
BigInteger |
getId() |
String |
getInsertTime()
Output only.
|
String |
getName()
Name of the type.
|
Operation |
getOperation()
Output only.
|
String |
getSelfLink()
Output only.
|
Type |
set(String fieldName,
Object value) |
Type |
setId(BigInteger id) |
Type |
setInsertTime(String insertTime)
Output only.
|
Type |
setName(String name)
Name of the type.
|
Type |
setOperation(Operation operation)
Output only.
|
Type |
setSelfLink(String selfLink)
Output only.
|
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 BigInteger getId()
null for nonepublic Type setId(BigInteger id)
id - id or null for nonepublic String getInsertTime()
null for nonepublic Type setInsertTime(String insertTime)
insertTime - insertTime or null for nonepublic String getName()
null for nonepublic Operation getOperation()
null for nonepublic Type setOperation(Operation operation)
operation - operation or null for nonepublic String getSelfLink()
null for nonepublic Type setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic Type set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Type clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.