public final class ProjectsGetXpnResources
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 |
---|
ProjectsGetXpnResources() |
Modifier and Type | Method and Description |
---|---|
ProjectsGetXpnResources |
clone() |
java.lang.String |
getKind()
[Output Only] Type of resource.
|
java.lang.String |
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
java.util.List<XpnResourceId> |
getResources()
XPN resources attached to this project as their XPN host.
|
ProjectsGetXpnResources |
set(java.lang.String fieldName,
java.lang.Object value) |
ProjectsGetXpnResources |
setKind(java.lang.String kind)
[Output Only] Type of resource.
|
ProjectsGetXpnResources |
setNextPageToken(java.lang.String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
ProjectsGetXpnResources |
setResources(java.util.List<XpnResourceId> resources)
XPN resources attached to this project as their XPN host.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getKind()
null
for nonepublic ProjectsGetXpnResources setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic ProjectsGetXpnResources setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.util.List<XpnResourceId> getResources()
null
for nonepublic ProjectsGetXpnResources setResources(java.util.List<XpnResourceId> resources)
resources
- resources or null
for nonepublic ProjectsGetXpnResources set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ProjectsGetXpnResources clone()
clone
in class com.google.api.client.json.GenericJson