public final class Buckets extends 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 API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Buckets() |
Modifier and Type | Method and Description |
---|---|
Buckets |
clone() |
List<Bucket> |
getItems()
The list of items.
|
String |
getKind()
The kind of item this is.
|
String |
getNextPageToken()
The continuation token, used to page through large result sets.
|
Buckets |
set(String fieldName,
Object value) |
Buckets |
setItems(List<Bucket> items)
The list of items.
|
Buckets |
setKind(String kind)
The kind of item this is.
|
Buckets |
setNextPageToken(String nextPageToken)
The continuation token, used to page through large result sets.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Buckets setItems(List<Bucket> items)
items
- items or null
for nonepublic String getKind()
null
for nonepublic Buckets setKind(String kind)
kind
- kind or null
for nonepublic String getNextPageToken()
null
for nonepublic Buckets setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic Buckets set(String fieldName, Object value)
set
in class GenericJson
public Buckets clone()
clone
in class GenericJson