public static final class ProjectList.Projects
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ProjectList.Projects() |
| Modifier and Type | Method and Description |
|---|---|
ProjectList.Projects |
clone() |
java.lang.String |
getFriendlyName()
A descriptive name for this project.
|
java.lang.String |
getId()
An opaque ID of this project.
|
java.lang.String |
getKind()
The resource type.
|
java.math.BigInteger |
getNumericId()
The numeric ID of this project.
|
ProjectReference |
getProjectReference()
A unique reference to this project.
|
ProjectList.Projects |
set(java.lang.String fieldName,
java.lang.Object value) |
ProjectList.Projects |
setFriendlyName(java.lang.String friendlyName)
A descriptive name for this project.
|
ProjectList.Projects |
setId(java.lang.String id)
An opaque ID of this project.
|
ProjectList.Projects |
setKind(java.lang.String kind)
The resource type.
|
ProjectList.Projects |
setNumericId(java.math.BigInteger numericId)
The numeric ID of this project.
|
ProjectList.Projects |
setProjectReference(ProjectReference projectReference)
A unique reference to this project.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getFriendlyName()
null for nonepublic ProjectList.Projects setFriendlyName(java.lang.String friendlyName)
friendlyName - friendlyName or null for nonepublic java.lang.String getId()
null for nonepublic ProjectList.Projects setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic ProjectList.Projects setKind(java.lang.String kind)
kind - kind or null for nonepublic java.math.BigInteger getNumericId()
null for nonepublic ProjectList.Projects setNumericId(java.math.BigInteger numericId)
numericId - numericId or null for nonepublic ProjectReference getProjectReference()
null for nonepublic ProjectList.Projects setProjectReference(ProjectReference projectReference)
projectReference - projectReference or null for nonepublic ProjectList.Projects set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ProjectList.Projects clone()
clone in class com.google.api.client.json.GenericJson