public class BlobMetadataImpl extends StorageMetadataImpl implements Serializable, BlobMetadata
Blob.| Constructor and Description | 
|---|
BlobMetadataImpl(String id,
                String name,
                Location location,
                URI uri,
                String eTag,
                Date creationDate,
                Date lastModified,
                Map<String,String> userMetadata,
                URI publicUri,
                String container,
                ContentMetadata contentMetadata)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getContainer() | 
ContentMetadata | 
getContentMetadata() | 
URI | 
getPublicUri()
If the blob is publicly readable, what is the URI one can access it at. 
 | 
equals, getCreationDate, getETag, getLastModified, getType, hashCodecompareTo, getLocation, getName, getProviderId, getUri, getUserMetadata, string, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreationDate, getETag, getLastModified, getName, getProviderId, getType, getUri, getUserMetadatagetLocationcompareTopublic URI getPublicUri()
getPublicUri in interface BlobMetadatapublic String getContainer()
getContainer in interface BlobMetadatapublic ContentMetadata getContentMetadata()
getContentMetadata in interface BlobMetadataCopyright © 2009-2013 jclouds. All Rights Reserved.