public class RecycleBinItem extends Object implements Serializable
Constructor and Description |
---|
RecycleBinItem(String id,
String typeId,
String path,
String deletedBy,
Date deletedDate,
long size,
String lastModifiedBy,
Date lastModified)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDeletedBy()
Gets the user who deleted the object.
|
Date |
getDeletedDate()
Gets the date on which the object was deleted.
|
String |
getId()
Gets the identifier of the deleted object.
|
Date |
getLastModified()
Gets the date on which the deleted object was last modified.
|
String |
getLastModifiedBy()
Gets the identifier of the user who last modified the deleted object.
|
String |
getPath()
Gets the path to the deleted object.
|
long |
getSize()
Gets the size (in bytes) of the deleted object.
|
String |
getTypeId()
Gets the identifier of the type for the deleted object.
|
int |
hashCode() |
String |
toString() |
public RecycleBinItem(String id, String typeId, String path, String deletedBy, Date deletedDate, long size, String lastModifiedBy, Date lastModified)
id
- The identifier of the deleted object.typeId
- The identifier of the type of the deleted object.path
- The path to the deleted object.deletedBy
- The identifier of the user who deleted the object.deletedDate
- The date on which the object was deleted.size
- The size (in bytes) of the deleted object.lastModifiedBy
- The identifier of the user who last modified the deleted object.lastModified
- The date on which the deleted object was last modified.public String getId()
public String getPath()
public String getDeletedBy()
public Date getDeletedDate()
public String getTypeId()
public Date getLastModified()
public String getLastModifiedBy()
public long getSize()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>