public class MutableBlobMetadataImpl extends MutableStorageMetadataImpl implements MutableBlobMetadata
Blob.| Constructor and Description |
|---|
MutableBlobMetadataImpl() |
MutableBlobMetadataImpl(BlobMetadata from) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainer() |
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(MutableContentMetadata contentMetadata) |
void |
setPublicUri(URI publicUri) |
getCreationDate, getETag, getLastModified, getSize, setCreationDate, setETag, setLastModified, setSizecompareTo, equals, getLocation, getName, getProviderId, getType, getUri, getUserMetadata, hashCode, setId, setLocation, setName, setType, setUri, setUserMetadata, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetCreationDate, setETag, setLastModified, setSizesetId, setLocation, setName, setType, setUri, setUserMetadatagetCreationDate, getETag, getLastModified, getName, getProviderId, getSize, getType, getUri, getUserMetadatagetLocationcompareTopublic MutableBlobMetadataImpl()
public MutableBlobMetadataImpl(BlobMetadata from)
public MutableContentMetadata getContentMetadata()
getContentMetadata in interface BlobMetadatagetContentMetadata in interface MutableBlobMetadatapublic void setContentMetadata(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()Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.