public final class Lien
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 Resource Manager 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Lien() |
Modifier and Type | Method and Description |
---|---|
Lien |
clone() |
String |
getCreateTime()
The creation time of this Lien.
|
String |
getName()
A system-generated unique identifier for this Lien.
|
String |
getOrigin()
A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be
inspected programmatically.
|
String |
getParent()
A reference to the resource this Lien is attached to.
|
String |
getReason()
Concise user-visible strings indicating why an action cannot be performed on a resource.
|
List<String> |
getRestrictions()
The types of operations which should be blocked as a result of this Lien.
|
Lien |
set(String fieldName,
Object value) |
Lien |
setCreateTime(String createTime)
The creation time of this Lien.
|
Lien |
setName(String name)
A system-generated unique identifier for this Lien.
|
Lien |
setOrigin(String origin)
A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be
inspected programmatically.
|
Lien |
setParent(String parent)
A reference to the resource this Lien is attached to.
|
Lien |
setReason(String reason)
Concise user-visible strings indicating why an action cannot be performed on a resource.
|
Lien |
setRestrictions(List<String> restrictions)
The types of operations which should be blocked as a result of this Lien.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getCreateTime()
null
for nonepublic Lien setCreateTime(String createTime)
createTime
- createTime or null
for nonepublic String getName()
null
for nonepublic Lien setName(String name)
name
- name or null
for nonepublic String getOrigin()
null
for nonepublic Lien setOrigin(String origin)
origin
- origin or null
for nonepublic String getParent()
null
for nonepublic Lien setParent(String parent)
parent
- parent or null
for nonepublic String getReason()
null
for nonepublic Lien setReason(String reason)
reason
- reason or null
for nonepublic List<String> getRestrictions()
null
for nonepublic Lien setRestrictions(List<String> restrictions)
restrictions
- restrictions or null
for nonepublic Lien set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Lien clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.