public final class ListAuthorizedDomainsResponse
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 App Engine Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
ListAuthorizedDomainsResponse() |
Modifier and Type | Method and Description |
---|---|
ListAuthorizedDomainsResponse |
clone() |
java.util.List<AuthorizedDomain> |
getDomains()
The authorized domains belonging to the user.
|
java.lang.String |
getNextPageToken()
Continuation token for fetching the next page of results.
|
ListAuthorizedDomainsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListAuthorizedDomainsResponse |
setDomains(java.util.List<AuthorizedDomain> domains)
The authorized domains belonging to the user.
|
ListAuthorizedDomainsResponse |
setNextPageToken(java.lang.String nextPageToken)
Continuation token for fetching the next page of results.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<AuthorizedDomain> getDomains()
null
for nonepublic ListAuthorizedDomainsResponse setDomains(java.util.List<AuthorizedDomain> domains)
domains
- domains or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic ListAuthorizedDomainsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic ListAuthorizedDomainsResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ListAuthorizedDomainsResponse clone()
clone
in class com.google.api.client.json.GenericJson