|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.openstack.swift.domain.internal.MutableObjectInfoWithMetadataImpl
public class MutableObjectInfoWithMetadataImpl
Constructor Summary | |
---|---|
MutableObjectInfoWithMetadataImpl()
|
Method Summary | |
---|---|
int |
compareTo(ObjectInfo o)
|
boolean |
equals(Object obj)
|
Long |
getBytes()
|
String |
getContainer()
|
String |
getContentType()
|
byte[] |
getHash()
|
Date |
getLastModified()
|
Map<String,String> |
getMetadata()
|
String |
getName()
|
URI |
getUri()
|
int |
hashCode()
|
void |
setBytes(Long bytes)
|
void |
setContainer(String container)
|
void |
setContentType(String contentType)
|
void |
setHash(byte[] hash)
|
void |
setLastModified(Date lastModified)
|
void |
setName(String name)
|
void |
setUri(URI uri)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MutableObjectInfoWithMetadataImpl()
Method Detail |
---|
public Map<String,String> getMetadata()
getMetadata
in interface MutableObjectInfoWithMetadata
public void setBytes(Long bytes)
setBytes
in interface MutableObjectInfoWithMetadata
public void setContentType(String contentType)
setContentType
in interface MutableObjectInfoWithMetadata
public void setHash(byte[] hash)
setHash
in interface MutableObjectInfoWithMetadata
public void setName(String name)
setName
in interface MutableObjectInfoWithMetadata
public Long getBytes()
getBytes
in interface ObjectInfo
public String getContentType()
getContentType
in interface ObjectInfo
public byte[] getHash()
getHash
in interface ObjectInfo
public Date getLastModified()
getLastModified
in interface ObjectInfo
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String getName()
getName
in interface ObjectInfo
public int compareTo(ObjectInfo o)
compareTo
in interface Comparable<ObjectInfo>
public void setLastModified(Date lastModified)
setLastModified
in interface MutableObjectInfoWithMetadata
public String getContainer()
getContainer
in interface ObjectInfo
public void setContainer(String container)
setContainer
in interface MutableObjectInfoWithMetadata
public void setUri(URI uri)
setUri
in interface MutableObjectInfoWithMetadata
public URI getUri()
getUri
in interface ObjectInfo
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |