public final class ListOperationsResponse
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 App Engine Admin 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 |
---|
ListOperationsResponse() |
Modifier and Type | Method and Description |
---|---|
ListOperationsResponse |
clone() |
java.lang.String |
getNextPageToken()
The standard List next-page token.
|
java.util.List<Operation> |
getOperations()
A list of operations that matches the specified filter in the request.
|
ListOperationsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListOperationsResponse |
setNextPageToken(java.lang.String nextPageToken)
The standard List next-page token.
|
ListOperationsResponse |
setOperations(java.util.List<Operation> operations)
A list of operations that matches the specified filter in the request.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getNextPageToken()
null
for nonepublic ListOperationsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.util.List<Operation> getOperations()
null
for nonepublic ListOperationsResponse setOperations(java.util.List<Operation> operations)
operations
- operations or null
for nonepublic ListOperationsResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ListOperationsResponse clone()
clone
in class com.google.api.client.json.GenericJson