|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.domain.internal.MutableResourceMetadataImpl<StorageType>
org.jclouds.blobstore.domain.internal.MutableStorageMetadataImpl
org.jclouds.blobstore.domain.internal.MutableBlobMetadataImpl
public class MutableBlobMetadataImpl
System and user Metadata for the Blob.
| Constructor Summary | |
|---|---|
MutableBlobMetadataImpl()
|
|
MutableBlobMetadataImpl(BlobMetadata from)
|
|
| Method Summary | |
|---|---|
String |
getContainer()
|
org.jclouds.io.MutableContentMetadata |
getContentMetadata()
|
URI |
getPublicUri()
If the blob is publicly readable, what is the URI one can access it at. |
void |
setContainer(String container)
|
void |
setContentMetadata(org.jclouds.io.MutableContentMetadata contentMetadata)
|
void |
setPublicUri(URI publicUri)
|
| Methods inherited from class org.jclouds.blobstore.domain.internal.MutableStorageMetadataImpl |
|---|
getETag, getLastModified, setETag, setLastModified |
| Methods inherited from class org.jclouds.domain.internal.MutableResourceMetadataImpl |
|---|
compareTo, equals, getLocation, getName, getProviderId, getType, getUri, getUserMetadata, hashCode, setId, setLocation, setName, setType, setUri, setUserMetadata, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jclouds.blobstore.domain.MutableStorageMetadata |
|---|
setETag, setLastModified |
| Methods inherited from interface org.jclouds.domain.MutableResourceMetadata |
|---|
setId, setLocation, setName, setType, setUri, setUserMetadata |
| Methods inherited from interface org.jclouds.blobstore.domain.StorageMetadata |
|---|
getETag, getLastModified, getName, getProviderId, getType, getUri, getUserMetadata |
| Methods inherited from interface org.jclouds.domain.ResourceMetadata |
|---|
getLocation |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public MutableBlobMetadataImpl()
public MutableBlobMetadataImpl(BlobMetadata from)
| Method Detail |
|---|
public org.jclouds.io.MutableContentMetadata getContentMetadata()
getContentMetadata in interface BlobMetadatagetContentMetadata in interface MutableBlobMetadatapublic void setContentMetadata(org.jclouds.io.MutableContentMetadata contentMetadata)
setContentMetadata in interface MutableBlobMetadataBlobMetadata.getContentMetadata()public void setPublicUri(URI publicUri)
setPublicUri in interface MutableBlobMetadataBlobMetadata.getPublicUri()public URI getPublicUri()
getPublicUri in interface BlobMetadatapublic String getContainer()
getContainer in interface BlobMetadatapublic void setContainer(String container)
setContainer in interface MutableBlobMetadataBlobMetadata.getContainer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||