Package org.jclouds.atmos.domain
Class SystemMetadata
- java.lang.Object
-
- org.jclouds.atmos.domain.DirectoryEntry
-
- org.jclouds.atmos.domain.SystemMetadata
-
- All Implemented Interfaces:
Comparable<DirectoryEntry>
public class SystemMetadata extends DirectoryEntry
Metadata of a Atmos Online object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
byte[]
getContentMD5()
String
getGroupID()
int
getHardLinkCount()
Date
getInceptionTime()
Date
getLastAccessTime()
Date
getLastMetadataModification()
Date
getLastUserDataModification()
String
getPolicyName()
long
getSize()
String
getUserID()
int
hashCode()
String
toString()
-
Methods inherited from class org.jclouds.atmos.domain.DirectoryEntry
compareTo, getModifiedTime, getObjectID, getObjectName, getType
-
-
-
-
Method Detail
-
getGroupID
public String getGroupID()
-
getHardLinkCount
public int getHardLinkCount()
-
getInceptionTime
public Date getInceptionTime()
-
getLastAccessTime
public Date getLastAccessTime()
-
getLastMetadataModification
public Date getLastMetadataModification()
-
getLastUserDataModification
public Date getLastUserDataModification()
-
getPolicyName
public String getPolicyName()
-
getSize
public long getSize()
- Overrides:
getSize
in classDirectoryEntry
-
getUserID
public String getUserID()
-
getContentMD5
public byte[] getContentMD5()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDirectoryEntry
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classDirectoryEntry
-
toString
public String toString()
- Overrides:
toString
in classDirectoryEntry
-
-