public class SessionSearchResults extends Object implements Serializable
Constructor and Description |
---|
SessionSearchResults(Set<Session> sessions,
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) |
Set<Session> |
getSessions()
The sessions found that match the query.
|
int |
hashCode() |
boolean |
isLimitReached()
Indicates whether the query results exceed the maximum number of items that are allowed on the server.
|
String |
toString() |
public SessionSearchResults(Set<Session> sessions, boolean limitReached)
sessions
- The sessions found that match the query.limitReached
- Indicates whether the query results exceed the maximum number of items that are allowed on the server.public Set<Session> getSessions()
public boolean isLimitReached()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>