public interface Blob extends PayloadEnclosing, Comparable<Blob>
name
, payload
, and
metadata
.Modifier and Type | Interface and Description |
---|---|
static interface |
Blob.Factory
Allows you to construct blobs without knowing the implementation type
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,String> |
getAllHeaders() |
MutableBlobMetadata |
getMetadata() |
void |
setAllHeaders(com.google.common.collect.Multimap<String,String> allHeaders) |
getPayload, setPayload, setPayload, setPayload, setPayload, setPayload
compareTo
MutableBlobMetadata getMetadata()
com.google.common.collect.Multimap<String,String> getAllHeaders()
void setAllHeaders(com.google.common.collect.Multimap<String,String> allHeaders)
getAllHeaders()
Copyright © 2009-2012 jclouds. All Rights Reserved.