public class RecycleBinItem extends Object implements Serializable
Constructor and Description |
---|
RecycleBinItem(String identifier,
String objectType,
String path,
String deletedBy,
Date deletedDate,
long size,
String lastModifiedBy,
Date lastModified)
RecycleBinItem constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDeletedBy()
Get the user who deleted this object
|
Date |
getDeletedDate()
Get the deleted date
|
String |
getIdentifier()
Get the identifier of this object
|
Date |
getLastModified()
Get the date this deleted object was last modified
|
String |
getLastModifiedBy()
Get the userid of the user who last modified this deleted object
|
String |
getObjectType()
Get the object type of this deleted object
|
String |
getPath()
Get the path of this object
|
long |
getSize()
Get the size of this deleted object (in bytes).
|
String |
toString()
Return a string representation of the object.
|
public RecycleBinItem(String identifier, String objectType, String path, String deletedBy, Date deletedDate, long size, String lastModifiedBy, Date lastModified)
identifier
- objectType
- path
- deletedBy
- deletedDate
- size
- lastModifiedBy
- lastModified
- public String getIdentifier()
public String getPath()
public String getDeletedBy()
public Date getDeletedDate()
public String getObjectType()
public Date getLastModified()
public String getLastModifiedBy()
public long getSize()
public String toString()
toString
in class Object
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA