public final class Buckets
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 Cloud Storage JSON 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 |
|---|
Buckets() |
| Modifier and Type | Method and Description |
|---|---|
Buckets |
clone() |
java.util.List<Bucket> |
getItems()
The list of items.
|
java.lang.String |
getKind()
The kind of item this is.
|
java.lang.String |
getNextPageToken()
The continuation token, used to page through large result sets.
|
Buckets |
set(java.lang.String fieldName,
java.lang.Object value) |
Buckets |
setItems(java.util.List<Bucket> items)
The list of items.
|
Buckets |
setKind(java.lang.String kind)
The kind of item this is.
|
Buckets |
setNextPageToken(java.lang.String nextPageToken)
The continuation token, used to page through large result sets.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<Bucket> getItems()
null for nonepublic Buckets setItems(java.util.List<Bucket> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic Buckets setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic Buckets setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic Buckets set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Buckets clone()
clone in class com.google.api.client.json.GenericJson