public final class Group extends 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 Compute Accounts API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Group |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional textual description of the resource; provided by the client when the resource is
created.
|
BigInteger |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
String |
getKind()
[Output Only] Type of the resource.
|
List<String> |
getMembers()
[Output Only] A list of URLs to User resources who belong to the group.
|
String |
getName()
Name of the resource; provided by the client when the resource is created.
|
String |
getSelfLink()
[Output Only] Server defined URL for the resource.
|
Group |
set(String fieldName,
Object value) |
Group |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Group |
setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
Group |
setId(BigInteger id)
[Output Only] Unique identifier for the resource; defined by the server.
|
Group |
setKind(String kind)
[Output Only] Type of the resource.
|
Group |
setMembers(List<String> members)
[Output Only] A list of URLs to User resources who belong to the group.
|
Group |
setName(String name)
Name of the resource; provided by the client when the resource is created.
|
Group |
setSelfLink(String selfLink)
[Output Only] Server defined URL for the resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getCreationTimestamp()
null for nonepublic Group setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic Group setDescription(String description)
description - description or null for nonepublic BigInteger getId()
null for nonepublic Group setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic Group setKind(String kind)
kind - kind or null for nonepublic List<String> getMembers()
null for nonepublic Group setMembers(List<String> members)
members - members or null for nonepublic String getName()
null for nonepublic Group setName(String name)
name - name or null for nonepublic String getSelfLink()
null for nonepublic Group setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic Group set(String fieldName, Object value)
set in class GenericJsonpublic Group clone()
clone in class GenericJson