public final class GroupList 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 |
|---|
GroupList() |
| Modifier and Type | Method and Description |
|---|---|
GroupList |
clone() |
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
List<Group> |
getItems()
[Output Only] A list of Group resources.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getNextPageToken()
[Output Only] A token used to continue a truncated list request.
|
String |
getSelfLink()
[Output Only] Server defined URL for this resource.
|
GroupList |
set(String fieldName,
Object value) |
GroupList |
setId(String id)
[Output Only] Unique identifier for the resource; defined by the server.
|
GroupList |
setItems(List<Group> items)
[Output Only] A list of Group resources.
|
GroupList |
setKind(String kind)
[Output Only] Type of resource.
|
GroupList |
setNextPageToken(String nextPageToken)
[Output Only] A token used to continue a truncated list request.
|
GroupList |
setSelfLink(String selfLink)
[Output Only] Server defined URL for this resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getId()
null for nonepublic GroupList setId(String id)
id - id or null for nonepublic List<Group> getItems()
null for nonepublic GroupList setItems(List<Group> items)
items - items or null for nonepublic String getKind()
null for nonepublic GroupList setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic GroupList setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getSelfLink()
null for nonepublic GroupList setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic GroupList set(String fieldName, Object value)
set in class GenericJsonpublic GroupList clone()
clone in class GenericJson