public class AuditEntriesInfo extends Object implements QueryResultsInfo, Serializable
Constructor and Description |
---|
AuditEntriesInfo(AuditToken auditToken,
int rowCount)
Constructor
|
Modifier and Type | Method and Description |
---|---|
AuditToken |
getAuditToken()
Get the token for the submitted audit query
|
int |
getRowCount()
Gets the total number of rows in the submitted audit query
|
String |
toString()
Return a string representation of the object.
|
public AuditEntriesInfo(AuditToken auditToken, int rowCount)
auditToken
- token representing a generated audit queryrowCount
- total row count of the generated audit querypublic AuditToken getAuditToken()
public int getRowCount()
getRowCount
in interface QueryResultsInfo
public String toString()
toString
in class Object
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA