com.sas.hls.security.audit
Class AuditEntriesInfo

java.lang.Object
  extended by com.sas.hls.security.audit.AuditEntriesInfo
All Implemented Interfaces:
QueryResultsInfo, Serializable

public class AuditEntriesInfo
extends Object
implements QueryResultsInfo, Serializable

Provides information about the results of a query including the number of entries and a token to access those entries.

See Also:
Serialized Form

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

AuditEntriesInfo

public AuditEntriesInfo(AuditToken auditToken,
                        int rowCount)
Constructor

Parameters:
auditToken - token representing a generated audit query
rowCount - total row count of the generated audit query
Method Detail

getAuditToken

public AuditToken getAuditToken()
Get the token for the submitted audit query

Returns:
the token for the submitted audit query

getRowCount

public int getRowCount()
Gets the total number of rows in the submitted audit query

Specified by:
getRowCount in interface QueryResultsInfo
Returns:
the total number of rows in the submitted audit query

toString

public String toString()
Return a string representation of the object.

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA