public class RecycleBinItemsInfo extends Object implements QueryResultsInfo, Serializable
Constructor and Description |
---|
RecycleBinItemsInfo(RecycleBinToken recycleBinToken,
int rowCount)
Constructor
|
Modifier and Type | Method and Description |
---|---|
RecycleBinToken |
getRecycleBinToken()
Get the token for the submitted recycle bin items query
|
int |
getRowCount()
Gets the total number of rows in the submitted recycle bin items query
|
public RecycleBinItemsInfo(RecycleBinToken recycleBinToken, int rowCount)
recycleBinToken
- token representing a generated recycle bin items queryrowCount
- total row count of the generated recycle bin items querypublic int getRowCount()
getRowCount
in interface QueryResultsInfo
public RecycleBinToken getRecycleBinToken()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA