public class CheckedOutFilesInfo extends Object implements QueryResultsInfo, Serializable
Constructor and Description |
---|
CheckedOutFilesInfo() |
CheckedOutFilesInfo(CheckedOutFilesToken token,
int rowCount)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getRowCount()
Gets the total number of rows in the submitted checked out files query
|
CheckedOutFilesToken |
getToken()
Get the token for the submitted checked out files query
|
String |
toString() |
public CheckedOutFilesInfo()
public CheckedOutFilesInfo(CheckedOutFilesToken token, int rowCount)
token
- token representing a generated checked out files queryrowCount
- total row count of the generated checked out files querypublic int getRowCount()
getRowCount
in interface QueryResultsInfo
public CheckedOutFilesToken getToken()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA