|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 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 int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic 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#getContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||