public class SystemMetadata extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SystemMetadata>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SystemMetadata other) |
boolean |
equals(java.lang.Object o)
Two
SystemMetadata objects are equal. |
long |
getContentLength()
Returns object content length.
|
java.util.Date |
getCreated()
Returns object creation date.
|
java.util.Date |
getExpires()
Returns when object will expire.
|
java.lang.String |
toString() |
public java.util.Date getCreated()
public java.util.Date getExpires()
public long getContentLength()
public boolean equals(java.lang.Object o)
SystemMetadata objects are equal.equals in class java.lang.Objecttrue if this object is the same as the specified object;
false otherwise.public int compareTo(SystemMetadata other)
compareTo in interface java.lang.Comparable<SystemMetadata>public java.lang.String toString()
toString in class java.lang.Object