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: http://code.google.com/p/google-http-java-client/wiki/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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public 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.GenericJson
public Buckets clone()
clone
in class com.google.api.client.json.GenericJson