public static final class ProjectList.Projects
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public ProjectList.Projects clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.