public class SearchResultsInfo extends Object implements Serializable
Constructor and Description |
---|
SearchResultsInfo(String token,
int rowCount,
boolean limitReached)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getRowCount()
Gets the total number of rows found that match the query.
|
String |
getToken()
Gets the unique identifier for these results.
|
int |
hashCode() |
boolean |
isLimitReached()
Indicates whether the query results exceed the maximum number of items allowed on the server.
|
String |
toString() |
public SearchResultsInfo(String token, int rowCount, boolean limitReached)
token
- the unique identifier for these results. This token can be used to retrieve further results if
desired,rowCount
- the total number of rows found that match the query.limitReached
- whether the query results exceed the maximum number of items allowed on the server.public String getToken()
public int getRowCount()
public boolean isLimitReached()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA