public final class Organization
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 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| Constructor and Description |
|---|
Organization() |
| Modifier and Type | Method and Description |
|---|---|
Organization |
clone() |
java.lang.String |
getCreationTime()
Timestamp when the Organization was created.
|
java.lang.String |
getDisplayName()
A human-readable string that refers to the Organization in the GCP Console UI.
|
java.lang.String |
getLifecycleState()
The organization's current lifecycle state.
|
java.lang.String |
getName()
Output Only.
|
OrganizationOwner |
getOwner()
The owner of this Organization.
|
Organization |
set(java.lang.String fieldName,
java.lang.Object value) |
Organization |
setCreationTime(java.lang.String creationTime)
Timestamp when the Organization was created.
|
Organization |
setDisplayName(java.lang.String displayName)
A human-readable string that refers to the Organization in the GCP Console UI.
|
Organization |
setLifecycleState(java.lang.String lifecycleState)
The organization's current lifecycle state.
|
Organization |
setName(java.lang.String name)
Output Only.
|
Organization |
setOwner(OrganizationOwner owner)
The owner of this Organization.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCreationTime()
null for nonepublic Organization setCreationTime(java.lang.String creationTime)
creationTime - creationTime or null for nonepublic java.lang.String getDisplayName()
null for nonepublic Organization setDisplayName(java.lang.String displayName)
displayName - displayName or null for nonepublic java.lang.String getLifecycleState()
null for nonepublic Organization setLifecycleState(java.lang.String lifecycleState)
lifecycleState - lifecycleState or null for nonepublic java.lang.String getName()
null for nonepublic Organization setName(java.lang.String name)
name - name or null for nonepublic OrganizationOwner getOwner()
null for nonepublic Organization setOwner(OrganizationOwner owner)
owner - owner or null for nonepublic Organization set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Organization clone()
clone in class com.google.api.client.json.GenericJson