public final class Folder
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Folder() |
Modifier and Type | Method and Description |
---|---|
Folder |
clone() |
java.lang.String |
getCreateTime()
Output only.
|
java.lang.String |
getDisplayName()
The folder’s display name.
|
java.lang.String |
getLifecycleState()
Output only.
|
java.lang.String |
getName()
Output only.
|
java.lang.String |
getParent()
The Folder’s parent's resource name.
|
Folder |
set(java.lang.String fieldName,
java.lang.Object value) |
Folder |
setCreateTime(java.lang.String createTime)
Output only.
|
Folder |
setDisplayName(java.lang.String displayName)
The folder’s display name.
|
Folder |
setLifecycleState(java.lang.String lifecycleState)
Output only.
|
Folder |
setName(java.lang.String name)
Output only.
|
Folder |
setParent(java.lang.String parent)
The Folder’s parent's resource name.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getCreateTime()
null
for nonepublic Folder setCreateTime(java.lang.String createTime)
createTime
- createTime or null
for nonepublic java.lang.String getDisplayName()
null
for nonepublic Folder setDisplayName(java.lang.String displayName)
displayName
- displayName or null
for nonepublic java.lang.String getLifecycleState()
null
for nonepublic Folder setLifecycleState(java.lang.String lifecycleState)
lifecycleState
- lifecycleState or null
for nonepublic java.lang.String getName()
null
for nonepublic Folder setName(java.lang.String name)
name
- name or null
for nonepublic java.lang.String getParent()
null
for nonepublic Folder setParent(java.lang.String parent)
parent
- parent or null
for nonepublic Folder set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Folder clone()
clone
in class com.google.api.client.json.GenericJson