public class SessionQuery extends Object implements Serializable
Constructor and Description |
---|
SessionQuery()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Session.SessionEngine |
getEngine()
Gets the session engine to query.
|
Date |
getFromDateEnded()
Gets the beginning date of the session ended date range to query.
|
Date |
getFromDateStarted()
Gets the beginning date of the session started date range to query.
|
int |
getLimit()
Gets the maximum number of sessions to return.
|
Session.SessionState |
getState()
Gets the state of the session to query.
|
String |
getSubmissionLabel()
Gets the submission label to query for sessions.
|
Date |
getToDateEnded()
Gets the end date of the session ended date range to query.
|
Date |
getToDateStarted()
Gets the end date of the session started date range to query.
|
Session.SessionType |
getType()
Gets the type of session to query.
|
String |
getUserId()
Gets the user identifier of the session owner to query.
|
int |
hashCode() |
void |
setEngine(Session.SessionEngine engine)
Sets the session engine to query.
|
void |
setFromDateEnded(Date fromDateEnded)
Sets the beginning date of the session started date range to query.
|
void |
setFromDateStarted(Date fromDateStarted)
Sets the end date of the session ended date range to query.
|
void |
setLimit(int limit)
Sets the maximum number of sessions to return.
|
void |
setState(Session.SessionState state)
Sets the state of the session to query.
|
void |
setSubmissionLabel(String submissionLabel)
Sets the submission label to query for sessions.
|
void |
setToDateEnded(Date toDateEnded)
Sets the end date of the session ended date range to query.
|
void |
setToDateStarted(Date toDateStarted)
Sets the end date of the session started date range to query.
|
void |
setType(Session.SessionType type)
Sets the type of session to query.
|
void |
setUserId(String userId)
Sets the user identifier of the session owner to query.
|
String |
toString() |
public String getUserId()
public void setUserId(String userId)
userId
- The user identifier of the session owner to query.public Session.SessionEngine getEngine()
public void setEngine(Session.SessionEngine engine)
engine
- The session engine to query.public Session.SessionType getType()
public void setType(Session.SessionType type)
type
- The type of session to query.public Session.SessionState getState()
public void setState(Session.SessionState state)
state
- The state of the session to query.public String getSubmissionLabel()
public void setSubmissionLabel(String submissionLabel)
submissionLabel
- The submission label to query for sessions.public Date getFromDateStarted()
public void setFromDateStarted(Date fromDateStarted)
fromDateStarted
- The end date of the session ended date range to query.public Date getToDateStarted()
public void setToDateStarted(Date toDateStarted)
toDateStarted
- The end date of the session started date range to query.public Date getFromDateEnded()
public void setFromDateEnded(Date fromDateEnded)
fromDateEnded
- The beginning date of the session started date range to query.public Date getToDateEnded()
public void setToDateEnded(Date toDateEnded)
toDateEnded
- The end date of the session ended date range to query.public int getLimit()
public void setLimit(int limit)
limit
- The maximum number of sessions to return.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>