public final class ComposeRequest
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 API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
Modifier and Type | Class and Description |
---|---|
static class |
ComposeRequest.SourceObjects
Model definition for ComposeRequestSourceObjects.
|
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
ComposeRequest() |
Modifier and Type | Method and Description |
---|---|
ComposeRequest |
clone() |
StorageObject |
getDestination()
Properties of the resulting object
|
java.lang.String |
getKind()
The kind of item this is.
|
java.util.List<ComposeRequest.SourceObjects> |
getSourceObjects()
The list of source objects that will be concatenated into a single object.
|
ComposeRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
ComposeRequest |
setDestination(StorageObject destination)
Properties of the resulting object
|
ComposeRequest |
setKind(java.lang.String kind)
The kind of item this is.
|
ComposeRequest |
setSourceObjects(java.util.List<ComposeRequest.SourceObjects> sourceObjects)
The list of source objects that will be concatenated into a single object.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public StorageObject getDestination()
null
for nonepublic ComposeRequest setDestination(StorageObject destination)
destination
- destination or null
for nonepublic java.lang.String getKind()
null
for nonepublic ComposeRequest setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.util.List<ComposeRequest.SourceObjects> getSourceObjects()
null
for nonepublic ComposeRequest setSourceObjects(java.util.List<ComposeRequest.SourceObjects> sourceObjects)
sourceObjects
- sourceObjects or null
for nonepublic ComposeRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ComposeRequest clone()
clone
in class com.google.api.client.json.GenericJson