public final class PublicDelegatedPrefixList extends 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 Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PublicDelegatedPrefixList.Warning
[Output Only] Informational warning message. 
 | 
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
PublicDelegatedPrefixList()  | 
| Modifier and Type | Method and Description | 
|---|---|
PublicDelegatedPrefixList | 
clone()  | 
String | 
getId()
[Output Only] Unique identifier for the resource; defined by the server. 
 | 
List<PublicDelegatedPrefix> | 
getItems()
A list of PublicDelegatedPrefix resources. 
 | 
String | 
getKind()
[Output Only] Type of the resource. 
 | 
String | 
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. 
 | 
String | 
getSelfLink()
[Output Only] Server-defined URL for this resource. 
 | 
PublicDelegatedPrefixList.Warning | 
getWarning()
[Output Only] Informational warning message. 
 | 
PublicDelegatedPrefixList | 
set(String fieldName,
   Object value)  | 
PublicDelegatedPrefixList | 
setId(String id)
[Output Only] Unique identifier for the resource; defined by the server. 
 | 
PublicDelegatedPrefixList | 
setItems(List<PublicDelegatedPrefix> items)
A list of PublicDelegatedPrefix resources. 
 | 
PublicDelegatedPrefixList | 
setKind(String kind)
[Output Only] Type of the resource. 
 | 
PublicDelegatedPrefixList | 
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests. 
 | 
PublicDelegatedPrefixList | 
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource. 
 | 
PublicDelegatedPrefixList | 
setWarning(PublicDelegatedPrefixList.Warning warning)
[Output Only] Informational warning message. 
 | 
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 getId()
null for nonepublic PublicDelegatedPrefixList setId(String id)
id - id or null for nonepublic List<PublicDelegatedPrefix> getItems()
null for nonepublic PublicDelegatedPrefixList setItems(List<PublicDelegatedPrefix> items)
items - items or null for nonepublic String getKind()
null for nonepublic PublicDelegatedPrefixList setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic PublicDelegatedPrefixList setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getSelfLink()
null for nonepublic PublicDelegatedPrefixList setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic PublicDelegatedPrefixList.Warning getWarning()
null for nonepublic PublicDelegatedPrefixList setWarning(PublicDelegatedPrefixList.Warning warning)
warning - warning or null for nonepublic PublicDelegatedPrefixList set(String fieldName, Object value)
set in class GenericJsonpublic PublicDelegatedPrefixList clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.