public final class ImageList 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 Engine API. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ImageList() |
Modifier and Type | Method and Description |
---|---|
ImageList |
clone() |
String |
getId()
Unique identifier for the resource; defined by the server (output only).
|
List<Image> |
getItems()
The disk image resources.
|
String |
getKind()
Type of resource.
|
String |
getNextPageToken()
A token used to continue a truncated list request (output only).
|
String |
getSelfLink()
Server defined URL for this resource (output only).
|
ImageList |
set(String fieldName,
Object value) |
ImageList |
setId(String id)
Unique identifier for the resource; defined by the server (output only).
|
ImageList |
setItems(List<Image> items)
The disk image resources.
|
ImageList |
setKind(String kind)
Type of resource.
|
ImageList |
setNextPageToken(String nextPageToken)
A token used to continue a truncated list request (output only).
|
ImageList |
setSelfLink(String selfLink)
Server defined URL for this resource (output only).
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getId()
null
for nonepublic ImageList setId(String id)
id
- id or null
for nonepublic ImageList setItems(List<Image> items)
items
- items or null
for nonepublic String getKind()
null
for nonepublic ImageList setKind(String kind)
kind
- kind or null
for nonepublic String getNextPageToken()
null
for nonepublic ImageList setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic String getSelfLink()
null
for nonepublic ImageList setSelfLink(String selfLink)
selfLink
- selfLink or null
for nonepublic ImageList set(String fieldName, Object value)
set
in class GenericJson
public ImageList clone()
clone
in class GenericJson