public class MutableBlobPropertiesImpl extends Object implements MutableBlobProperties
| Constructor and Description |
|---|
MutableBlobPropertiesImpl() |
MutableBlobPropertiesImpl(BlobProperties from) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BlobProperties o) |
boolean |
equals(Object obj) |
String |
getContainer() |
MutableContentMetadata |
getContentMetadata() |
String |
getETag() |
Date |
getLastModified() |
LeaseStatus |
getLeaseStatus() |
Map<String,String> |
getMetadata() |
String |
getName() |
BlobType |
getType() |
URI |
getUrl() |
int |
hashCode() |
void |
setContainer(String container) |
void |
setContentMetadata(MutableContentMetadata contentMetadata) |
void |
setETag(String eTag) |
void |
setLastModified(Date lastModified) |
void |
setMetadata(Map<String,String> metadata) |
void |
setName(String name) |
void |
setType(BlobType type)
Set the blob type.
|
void |
setUrl(URI url) |
String |
toString() |
public MutableBlobPropertiesImpl()
public MutableBlobPropertiesImpl(BlobProperties from)
public BlobType getType()
getType in interface BlobPropertiespublic void setType(BlobType type)
public String getName()
getName in interface BlobPropertiespublic Date getLastModified()
getLastModified in interface BlobPropertiespublic String getETag()
getETag in interface BlobPropertiespublic int compareTo(BlobProperties o)
compareTo in interface Comparable<BlobProperties>public Map<String,String> getMetadata()
getMetadata in interface BlobPropertiespublic LeaseStatus getLeaseStatus()
getLeaseStatus in interface BlobPropertiespublic void setETag(String eTag)
setETag in interface MutableBlobPropertiesListableContainerProperties#getETagpublic void setName(String name)
setName in interface MutableBlobPropertiesListableContainerProperties#getNamepublic void setLastModified(Date lastModified)
setLastModified in interface MutableBlobPropertiesListableContainerProperties#getLastModifiedpublic void setMetadata(Map<String,String> metadata)
setMetadata in interface MutableBlobPropertiesListableContainerProperties#getMetadatapublic void setUrl(URI url)
setUrl in interface MutableBlobPropertiesListableContainerProperties#getUrlpublic URI getUrl()
getUrl in interface BlobPropertiespublic MutableContentMetadata getContentMetadata()
getContentMetadata in interface BlobPropertiesgetContentMetadata in interface MutableBlobPropertiespublic void setContentMetadata(MutableContentMetadata contentMetadata)
setContentMetadata in interface MutableBlobPropertiespublic String getContainer()
getContainer in interface BlobPropertiespublic void setContainer(String container)
setContainer in interface MutableBlobPropertiesListableContainerProperties#getContainerCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.