public final class AuthorizedDomain
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 |
---|
AuthorizedDomain() |
Modifier and Type | Method and Description |
---|---|
AuthorizedDomain |
clone() |
java.lang.String |
getId()
Fully qualified domain name of the domain authorized for use.
|
java.lang.String |
getName()
Full path to the AuthorizedDomain resource in the API.
|
AuthorizedDomain |
set(java.lang.String fieldName,
java.lang.Object value) |
AuthorizedDomain |
setId(java.lang.String id)
Fully qualified domain name of the domain authorized for use.
|
AuthorizedDomain |
setName(java.lang.String name)
Full path to the AuthorizedDomain resource in the API.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getId()
null
for nonepublic AuthorizedDomain setId(java.lang.String id)
id
- id or null
for nonepublic java.lang.String getName()
null
for nonepublic AuthorizedDomain setName(java.lang.String name)
name
- name or null
for nonepublic AuthorizedDomain set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public AuthorizedDomain clone()
clone
in class com.google.api.client.json.GenericJson