|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
public class BlobPropertiesImpl
Allows you to manipulate metadata.
Constructor Summary | |
---|---|
BlobPropertiesImpl(BlobType type,
String name,
String container,
URI url,
Date lastModified,
String eTag,
long size,
String contentType,
byte[] contentMD5,
String contentMetadata,
String contentLanguage,
LeaseStatus leaseStatus,
Map<String,String> metadata)
|
Method Summary | |
---|---|
int |
compareTo(BlobProperties o)
|
boolean |
equals(Object obj)
|
String |
getContainer()
|
ContentMetadata |
getContentMetadata()
|
String |
getETag()
|
Date |
getLastModified()
|
LeaseStatus |
getLeaseStatus()
|
Map<String,String> |
getMetadata()
|
String |
getName()
|
BlobType |
getType()
|
URI |
getUrl()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlobPropertiesImpl(BlobType type, String name, String container, URI url, Date lastModified, String eTag, long size, String contentType, @Nullable byte[] contentMD5, @Nullable String contentMetadata, @Nullable String contentLanguage, LeaseStatus leaseStatus, Map<String,String> metadata)
Method Detail |
---|
public BlobType getType()
getType
in interface BlobProperties
public String getName()
getName
in interface BlobProperties
public String getContainer()
getContainer
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 URI getUrl()
getUrl
in interface BlobProperties
public LeaseStatus getLeaseStatus()
getLeaseStatus
in interface BlobProperties
public ContentMetadata getContentMetadata()
getContentMetadata
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |