public final class BackendServiceList
extends com.google.api.client.json.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-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
BackendServiceList() |
Modifier and Type | Method and Description |
---|---|
BackendServiceList |
clone() |
java.lang.String |
getId()
Unique identifier for the resource; defined by the server (output only).
|
java.util.List<BackendService> |
getItems()
A list of BackendService resources.
|
java.lang.String |
getKind()
Type of resource.
|
java.lang.String |
getNextPageToken()
A token used to continue a truncated list request (output only).
|
java.lang.String |
getSelfLink()
Server defined URL for this resource (output only).
|
BackendServiceList |
set(java.lang.String fieldName,
java.lang.Object value) |
BackendServiceList |
setId(java.lang.String id)
Unique identifier for the resource; defined by the server (output only).
|
BackendServiceList |
setItems(java.util.List<BackendService> items)
A list of BackendService resources.
|
BackendServiceList |
setKind(java.lang.String kind)
Type of resource.
|
BackendServiceList |
setNextPageToken(java.lang.String nextPageToken)
A token used to continue a truncated list request (output only).
|
BackendServiceList |
setSelfLink(java.lang.String selfLink)
Server defined URL for this resource (output only).
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getId()
null
for nonepublic BackendServiceList setId(java.lang.String id)
id
- id or null
for nonepublic java.util.List<BackendService> getItems()
null
for nonepublic BackendServiceList setItems(java.util.List<BackendService> items)
items
- items or null
for nonepublic java.lang.String getKind()
null
for nonepublic BackendServiceList setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic BackendServiceList setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.lang.String getSelfLink()
null
for nonepublic BackendServiceList setSelfLink(java.lang.String selfLink)
selfLink
- selfLink or null
for nonepublic BackendServiceList set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public BackendServiceList clone()
clone
in class com.google.api.client.json.GenericJson