public class MutableBlobMetadataImpl extends MutableStorageMetadataImpl implements MutableBlobMetadata
Blob
.Constructor and Description |
---|
MutableBlobMetadataImpl() |
MutableBlobMetadataImpl(BlobMetadata from) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getContainer() |
MutableContentMetadata |
getContentMetadata() |
URI |
getPublicUri()
If the blob is publicly readable, what is the URI one can access it at.
|
int |
hashCode() |
void |
setContainer(String container) |
void |
setContentMetadata(MutableContentMetadata contentMetadata) |
void |
setPublicUri(URI publicUri) |
protected com.google.common.base.Objects.ToStringHelper |
string() |
getCreationDate, getETag, getLastModified, getSize, setCreationDate, setETag, setLastModified, setSize
compareTo, getLocation, getName, getProviderId, getType, getUri, getUserMetadata, setId, setLocation, setName, setType, setUri, setUserMetadata, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setCreationDate, setETag, setLastModified, setSize
setId, setLocation, setName, setType, setUri, setUserMetadata
getCreationDate, getETag, getLastModified, getName, getProviderId, getSize, getType, getUri, getUserMetadata
getLocation
compareTo
public MutableBlobMetadataImpl()
public MutableBlobMetadataImpl(BlobMetadata from)
public MutableContentMetadata getContentMetadata()
getContentMetadata
in interface BlobMetadata
getContentMetadata
in interface MutableBlobMetadata
public void setContentMetadata(MutableContentMetadata contentMetadata)
setContentMetadata
in interface MutableBlobMetadata
BlobMetadata.getContentMetadata()
public void setPublicUri(URI publicUri)
setPublicUri
in interface MutableBlobMetadata
BlobMetadata.getPublicUri()
public URI getPublicUri()
getPublicUri
in interface BlobMetadata
public String getContainer()
getContainer
in interface BlobMetadata
public void setContainer(String container)
setContainer
in interface MutableBlobMetadata
BlobMetadata.getContainer()
public boolean equals(Object object)
equals
in class MutableStorageMetadataImpl
public int hashCode()
hashCode
in class MutableStorageMetadataImpl
protected com.google.common.base.Objects.ToStringHelper string()
string
in class MutableStorageMetadataImpl
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.