public final class AddressList 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  | 
AddressList.Warning
[Output Only] Informational warning message. 
 | 
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
AddressList()  | 
| Modifier and Type | Method and Description | 
|---|---|
AddressList | 
clone()  | 
String | 
getId()
[Output Only] Unique identifier for the resource; defined by the server. 
 | 
List<Address> | 
getItems()
A list of Address resources. 
 | 
String | 
getKind()
[Output Only] Type of 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. 
 | 
AddressList.Warning | 
getWarning()
[Output Only] Informational warning message. 
 | 
AddressList | 
set(String fieldName,
   Object value)  | 
AddressList | 
setId(String id)
[Output Only] Unique identifier for the resource; defined by the server. 
 | 
AddressList | 
setItems(List<Address> items)
A list of Address resources. 
 | 
AddressList | 
setKind(String kind)
[Output Only] Type of resource. 
 | 
AddressList | 
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests. 
 | 
AddressList | 
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource. 
 | 
AddressList | 
setWarning(AddressList.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 AddressList setId(String id)
id - id or null for nonepublic List<Address> getItems()
null for nonepublic AddressList setItems(List<Address> items)
items - items or null for nonepublic String getKind()
null for nonepublic AddressList setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic AddressList setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getSelfLink()
null for nonepublic AddressList setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic AddressList.Warning getWarning()
null for nonepublic AddressList setWarning(AddressList.Warning warning)
warning - warning or null for nonepublic AddressList set(String fieldName, Object value)
set in class GenericJsonpublic AddressList clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.