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