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 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.
|
java.lang.String |
getOrganizationId()
An immutable id for the Organization that is assigned on creation.
|
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 |
setOrganizationId(java.lang.String organizationId)
An immutable id for the Organization that is assigned on creation.
|
Organization |
setOwner(OrganizationOwner owner)
The owner of this Organization.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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 java.lang.String getOrganizationId()
null
for nonepublic Organization setOrganizationId(java.lang.String organizationId)
organizationId
- organizationId 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.GenericJson
public Organization clone()
clone
in class com.google.api.client.json.GenericJson