public class ObjectStat extends Object
ObjectStat(String bucket, String name, Date createdTime, long length, String md5sum, String contentType)
boolean
equals(Object o)
String
getBucket()
Date
getCreatedTime()
getKey()
long
getLength()
getMd5sum()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ObjectStat(String bucket, String name, Date createdTime, long length, String md5sum, String contentType)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String getKey()
public Date getCreatedTime()
public long getLength()
public String getBucket()
public String getMd5sum()
public String toString()
toString