Compute Engine API v1beta13 (revision 24)



com.google.api.services.compute.model
Class KernelList

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.compute.model.KernelList
All Implemented Interfaces:
Cloneable, Map<String,Object>

public final class KernelList
extends GenericJson

Contains a list of kernel resources.

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()

Author:
Google, Inc.

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
KernelList()
           
 
Method Summary
 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).
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KernelList

public KernelList()
Method Detail

getId

public String getId()
Unique identifier for the resource; defined by the server (output only). The value returned may be null.


setId

public KernelList setId(String id)
Unique identifier for the resource; defined by the server (output only). The value set may be null.


getItems

public List<Kernel> getItems()
The kernel resources. The value returned may be null.


setItems

public KernelList setItems(List<Kernel> items)
The kernel resources. The value set may be null.


getKind

public String getKind()
Type of resource. The value returned may be null.


setKind

public KernelList setKind(String kind)
Type of resource. The value set may be null.


getNextPageToken

public String getNextPageToken()
A token used to continue a truncated list request (output only). The value returned may be null.


setNextPageToken

public KernelList setNextPageToken(String nextPageToken)
A token used to continue a truncated list request (output only). The value set may be null.


getSelfLink

public String getSelfLink()
Server defined URL for this resource (output only). The value returned may be null.


setSelfLink

public KernelList setSelfLink(String selfLink)
Server defined URL for this resource (output only). The value set may be null.