|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
public class MutableBlobPropertiesImpl
Allows you to manipulate metadata.
Constructor Summary | |
---|---|
MutableBlobPropertiesImpl()
|
|
MutableBlobPropertiesImpl(BlobProperties from)
|
Method Summary | |
---|---|
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)
|
void |
setUrl(URI url)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MutableBlobPropertiesImpl()
public MutableBlobPropertiesImpl(BlobProperties from)
Method Detail |
---|
public BlobType getType()
getType
in interface BlobProperties
public void setType(BlobType type)
public String getName()
getName
in interface BlobProperties
public Date getLastModified()
getLastModified
in interface BlobProperties
public String getETag()
getETag
in interface BlobProperties
public int compareTo(BlobProperties o)
compareTo
in interface Comparable<BlobProperties>
public Map<String,String> getMetadata()
getMetadata
in interface BlobProperties
public LeaseStatus getLeaseStatus()
getLeaseStatus
in interface BlobProperties
public void setETag(String eTag)
setETag
in interface MutableBlobProperties
ListableContainerProperties#getETag
public void setName(String name)
setName
in interface MutableBlobProperties
ListableContainerProperties#getName
public void setLastModified(Date lastModified)
setLastModified
in interface MutableBlobProperties
ListableContainerProperties#getLastModified
public void setMetadata(Map<String,String> metadata)
setMetadata
in interface MutableBlobProperties
ListableContainerProperties#getMetadata
public void setUrl(URI url)
setUrl
in interface MutableBlobProperties
ListableContainerProperties#getUrl
public URI getUrl()
getUrl
in interface BlobProperties
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
public MutableContentMetadata getContentMetadata()
getContentMetadata
in interface BlobProperties
getContentMetadata
in interface MutableBlobProperties
public void setContentMetadata(MutableContentMetadata contentMetadata)
setContentMetadata
in interface MutableBlobProperties
public String getContainer()
getContainer
in interface BlobProperties
public void setContainer(String container)
setContainer
in interface MutableBlobProperties
ListableContainerProperties#getContainer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |