public final class ListGroupsResponse
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 Stackdriver Monitoring API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ListGroupsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse |
clone() |
java.util.List<Group> |
getGroup()
The groups that match the specified filters.
|
java.lang.String |
getNextPageToken()
If there are more results than have been returned, then this field is set to a non-empty value.
|
ListGroupsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListGroupsResponse |
setGroup(java.util.List<Group> group)
The groups that match the specified filters.
|
ListGroupsResponse |
setNextPageToken(java.lang.String nextPageToken)
If there are more results than have been returned, then this field is set to a non-empty value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<Group> getGroup()
null for nonepublic ListGroupsResponse setGroup(java.util.List<Group> group)
group - group or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ListGroupsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ListGroupsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListGroupsResponse clone()
clone in class com.google.api.client.json.GenericJson