public final class Project
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 Google Cloud DNS 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 |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
Project |
clone() |
java.lang.String |
getId()
User assigned unique identifier for the resource (output only).
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.math.BigInteger |
getNumber()
Unique numeric identifier for the resource; defined by the server (output only).
|
Quota |
getQuota()
Quotas assigned to this project (output only).
|
Project |
set(java.lang.String fieldName,
java.lang.Object value) |
Project |
setId(java.lang.String id)
User assigned unique identifier for the resource (output only).
|
Project |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Project |
setNumber(java.math.BigInteger number)
Unique numeric identifier for the resource; defined by the server (output only).
|
Project |
setQuota(Quota quota)
Quotas assigned to this project (output only).
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getId()
null for nonepublic Project setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic Project setKind(java.lang.String kind)
kind - kind or null for nonepublic java.math.BigInteger getNumber()
null for nonepublic Project setNumber(java.math.BigInteger number)
number - number or null for nonepublic Quota getQuota()
null for nonepublic Project setQuota(Quota quota)
quota - quota or null for nonepublic Project set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Project clone()
clone in class com.google.api.client.json.GenericJson