|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.audit.AuditEntriesInfo
public class AuditEntriesInfo
Provides information about the results of a query including the number of entries and a token to access those entries.
Constructor Summary | |
---|---|
AuditEntriesInfo(AuditToken auditToken,
int rowCount)
Constructor |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuditEntriesInfo(AuditToken auditToken, int rowCount)
auditToken
- token representing a generated audit queryrowCount
- total row count of the generated audit queryMethod Detail |
---|
public AuditToken getAuditToken()
public int getRowCount()
getRowCount
in interface QueryResultsInfo
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |