|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.azureblob.domain.internal.ContainerPropertiesImpl
public class ContainerPropertiesImpl
Allows you to manipulate metadata.
| Constructor Summary | |
|---|---|
ContainerPropertiesImpl(URI url,
Date lastModified,
String eTag,
Map<String,String> metadata)
|
|
| Method Summary | |
|---|---|
int |
compareTo(ContainerProperties o)
|
boolean |
equals(Object obj)
|
String |
getETag()
|
Date |
getLastModified()
|
Map<String,String> |
getMetadata()
|
String |
getName()
|
URI |
getUrl()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerPropertiesImpl(URI url,
Date lastModified,
String eTag,
Map<String,String> metadata)
| Method Detail |
|---|
public String getName()
getName in interface ContainerPropertiespublic Date getLastModified()
getLastModified in interface ContainerPropertiespublic String getETag()
getETag in interface ContainerPropertiespublic int compareTo(ContainerProperties o)
compareTo in interface Comparable<ContainerProperties>public Map<String,String> getMetadata()
getMetadata in interface ContainerPropertiespublic URI getUrl()
getUrl in interface ContainerPropertiespublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||