public static final class ProjectList.Projects
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
ProjectList.Projects |
clone() |
String |
getFriendlyName()
A descriptive name for this project.
|
String |
getId()
An opaque ID of this project.
|
String |
getKind()
The resource type.
|
BigInteger |
getNumericId()
The numeric ID of this project.
|
ProjectReference |
getProjectReference()
A unique reference to this project.
|
ProjectList.Projects |
set(String fieldName,
Object value) |
ProjectList.Projects |
setFriendlyName(String friendlyName)
A descriptive name for this project.
|
ProjectList.Projects |
setId(String id)
An opaque ID of this project.
|
ProjectList.Projects |
setKind(String kind)
The resource type.
|
ProjectList.Projects |
setNumericId(BigInteger numericId)
The numeric ID of this project.
|
ProjectList.Projects |
setProjectReference(ProjectReference projectReference)
A unique reference to this project.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getFriendlyName()
null for nonepublic ProjectList.Projects setFriendlyName(String friendlyName)
friendlyName - friendlyName or null for nonepublic String getId()
null for nonepublic ProjectList.Projects setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic ProjectList.Projects setKind(String kind)
kind - kind or null for nonepublic BigInteger getNumericId()
null for nonepublic ProjectList.Projects setNumericId(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(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ProjectList.Projects clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.