public final class KernelList 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
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
KernelList() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Unique identifier for the resource; defined by the server (output only).
|
List<Kernel> |
getItems()
The kernel 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).
|
KernelList |
setId(String id)
Unique identifier for the resource; defined by the server (output only).
|
KernelList |
setItems(List<Kernel> items)
The kernel resources.
|
KernelList |
setKind(String kind)
Type of resource.
|
KernelList |
setNextPageToken(String nextPageToken)
A token used to continue a truncated list request (output only).
|
KernelList |
setSelfLink(String selfLink)
Server defined URL for this resource (output only).
|
clone, getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getId()
null
.public KernelList setId(String id)
null
.public KernelList setItems(List<Kernel> items)
null
.public String getKind()
null
.public KernelList setKind(String kind)
null
.public String getNextPageToken()
null
.public KernelList setNextPageToken(String nextPageToken)
null
.public String getSelfLink()
null
.public KernelList setSelfLink(String selfLink)
null
.