public final class Kernel 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 |
---|
Kernel() |
Modifier and Type | Method and Description |
---|---|
Kernel |
clone() |
String |
getCreationTimestamp()
Creation timestamp in RFC3339 text format (output only).
|
DeprecationStatus |
getDeprecated()
The deprecation status associated with this kernel.
|
String |
getDescription()
An optional textual description of the resource.
|
BigInteger |
getId()
Unique identifier for the resource; defined by the server (output only).
|
String |
getKind()
Type of the resource.
|
String |
getName()
Name of the resource.
|
String |
getSelfLink()
Server defined URL for the resource (output only).
|
Kernel |
set(String fieldName,
Object value) |
Kernel |
setCreationTimestamp(String creationTimestamp)
Creation timestamp in RFC3339 text format (output only).
|
Kernel |
setDeprecated(DeprecationStatus deprecated)
The deprecation status associated with this kernel.
|
Kernel |
setDescription(String description)
An optional textual description of the resource.
|
Kernel |
setId(BigInteger id)
Unique identifier for the resource; defined by the server (output only).
|
Kernel |
setKind(String kind)
Type of the resource.
|
Kernel |
setName(String name)
Name of the resource.
|
Kernel |
setSelfLink(String selfLink)
Server defined URL for the 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 getCreationTimestamp()
null
for nonepublic Kernel setCreationTimestamp(String creationTimestamp)
creationTimestamp
- creationTimestamp or null
for nonepublic DeprecationStatus getDeprecated()
null
for nonepublic Kernel setDeprecated(DeprecationStatus deprecated)
deprecated
- deprecated or null
for nonepublic String getDescription()
null
for nonepublic Kernel setDescription(String description)
description
- description or null
for nonepublic BigInteger getId()
null
for nonepublic Kernel setId(BigInteger id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic Kernel setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic Kernel setName(String name)
name
- name or null
for nonepublic String getSelfLink()
null
for nonepublic Kernel setSelfLink(String selfLink)
selfLink
- selfLink or null
for nonepublic Kernel set(String fieldName, Object value)
set
in class GenericJson
public Kernel clone()
clone
in class GenericJson