public class SystemMetadata extends DirectoryEntry
Constructor and Description |
---|
SystemMetadata(byte[] contentmd5,
Date atime,
Date ctime,
String gid,
Date itime,
Date mtime,
int nlink,
String objectid,
String objname,
String policyname,
long size,
FileType type,
String uid) |
Modifier and Type | Method and 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() |
compareTo, getObjectID, getObjectName, getType
public String getGroupID()
public int getHardLinkCount()
public Date getInceptionTime()
public Date getLastAccessTime()
public Date getLastMetadataModification()
public Date getLastUserDataModification()
public String getPolicyName()
public long getSize()
public String getUserID()
public byte[] getContentMD5()
public int hashCode()
hashCode
in class DirectoryEntry
public boolean equals(Object obj)
equals
in class DirectoryEntry
public String toString()
toString
in class DirectoryEntry
Copyright © 2009-2012 jclouds. All Rights Reserved.