public class BlobMetadataImpl extends StorageMetadataImpl implements Serializable, BlobMetadata
Blob
.Constructor and Description |
---|
BlobMetadataImpl(String id,
String name,
Location location,
URI uri,
String eTag,
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, getETag, getLastModified, getType, hashCode
compareTo, getLocation, getName, getProviderId, getUri, getUserMetadata, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getETag, getLastModified, getName, getProviderId, getType, getUri, getUserMetadata
getLocation
compareTo
public URI getPublicUri()
getPublicUri
in interface BlobMetadata
public String getContainer()
getContainer
in interface BlobMetadata
public ContentMetadata getContentMetadata()
getContentMetadata
in interface BlobMetadata
Copyright © 2009-2012 jclouds. All Rights Reserved.