public class SessionSearchInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_APPLY
The Constant ACTION_APPLY.
|
static String |
ACTION_CLEAR
The Constant ACTION_CLEAR.
|
static String |
ACTION_NONE
The Constant ACTION_NONE.
|
static String |
SESS_ATTR_NAME
The Constant SESS_ATTR_NAME.
|
| Constructor and Description |
|---|
SessionSearchInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorMessage(String msg)
Adds the error message.
|
String |
getAgeFrom()
Gets the age from.
|
Integer |
getAgeFromSec()
Gets the age from sec.
|
String |
getAgeTo()
Gets the age to.
|
Integer |
getAgeToSec()
Gets the age to sec.
|
String |
getAttrName()
Gets the attr name.
|
List<String> |
getAttrNameMsgs()
Gets the attr name msgs.
|
List<Pattern> |
getAttrNamePatterns()
Gets the attr name patterns.
|
List<String> |
getErrorMessages()
Gets the error messages.
|
String |
getIdleTimeFrom()
Gets the idle time from.
|
Integer |
getIdleTimeFromSec()
Gets the idle time from sec.
|
String |
getIdleTimeTo()
Gets the idle time to.
|
Integer |
getIdleTimeToSec()
Gets the idle time to sec.
|
String |
getInfoMessage()
Gets the info message.
|
String |
getLastIp()
Gets the last ip.
|
String |
getSearchAction()
Gets the search action.
|
String |
getSessionId()
Gets the session id.
|
String |
getSessionIdMsg()
Gets the session id msg.
|
Pattern |
getSessionIdPattern()
Gets the session id pattern.
|
boolean |
isAgeFromValid()
Checks if is age from valid.
|
boolean |
isAgeToValid()
Checks if is age to valid.
|
boolean |
isApply()
Checks if is apply.
|
boolean |
isAttrNameValid()
Checks if is attr name valid.
|
boolean |
isClear()
Checks if is clear.
|
boolean |
isEmpty()
Checks if is empty.
|
boolean |
isIdleTimeFromValid()
Checks if is idle time from valid.
|
boolean |
isIdleTimeToValid()
Checks if is idle time to valid.
|
boolean |
isSessionIdValid()
Checks if is session id valid.
|
boolean |
isUseAgeFrom()
Checks if is use age from.
|
boolean |
isUseAgeTo()
Checks if is use age to.
|
boolean |
isUseAttr()
Checks if is use attr.
|
boolean |
isUseAttrName()
Checks if is use attr name.
|
boolean |
isUseIdleTimeFrom()
Checks if is use idle time from.
|
boolean |
isUseIdleTimeTo()
Checks if is use idle time to.
|
boolean |
isUseLastIp()
Checks if is use last ip.
|
boolean |
isUseSearch()
Checks if is use search.
|
boolean |
isUseSessionId()
Checks if is use session id.
|
boolean |
isValid()
Checks if is valid.
|
void |
setAgeFrom(String ageFrom)
Sets the age from.
|
void |
setAgeTo(String ageTo)
Sets the age to.
|
void |
setAttrName(String attrName)
Sets the attr name.
|
void |
setIdleTimeFrom(String idleTimeFrom)
Sets the idle time from.
|
void |
setIdleTimeTo(String idleTimeTo)
Sets the idle time to.
|
void |
setInfoMessage(String infoMessage)
Sets the info message.
|
void |
setLastIp(String lastIp)
Sets the last ip.
|
void |
setSearchAction(String searchAction)
Sets the search action.
|
void |
setSessionId(String sessionId)
Sets the session id.
|
public static final String SESS_ATTR_NAME
public static final String ACTION_NONE
public static final String ACTION_APPLY
public static final String ACTION_CLEAR
public boolean isEmpty()
public boolean isSessionIdValid()
public boolean isAttrNameValid()
public boolean isAgeFromValid()
public boolean isAgeToValid()
public boolean isIdleTimeFromValid()
public boolean isIdleTimeToValid()
public boolean isValid()
public boolean isUseSearch()
public boolean isUseSessionId()
public boolean isUseAttrName()
public boolean isUseAttr()
public boolean isUseAgeFrom()
public boolean isUseAgeTo()
public boolean isUseIdleTimeFrom()
public boolean isUseIdleTimeTo()
public boolean isUseLastIp()
public String getSearchAction()
public void setSearchAction(String searchAction)
searchAction - the new search actionpublic boolean isApply()
public boolean isClear()
public String getSessionId()
public void setSessionId(String sessionId)
sessionId - the new session idpublic Pattern getSessionIdPattern()
public String getSessionIdMsg()
public String getAttrName()
public void setAttrName(String attrName)
attrName - the new attr namepublic List<Pattern> getAttrNamePatterns()
public List<String> getAttrNameMsgs()
public String getAgeFrom()
public void setAgeFrom(String ageFrom)
ageFrom - the new age frompublic Integer getAgeFromSec()
public String getAgeTo()
public void setAgeTo(String ageTo)
ageTo - the new age topublic Integer getAgeToSec()
public String getIdleTimeFrom()
public void setIdleTimeFrom(String idleTimeFrom)
idleTimeFrom - the new idle time frompublic Integer getIdleTimeFromSec()
public String getIdleTimeTo()
public void setIdleTimeTo(String idleTimeTo)
idleTimeTo - the new idle time topublic Integer getIdleTimeToSec()
public String getLastIp()
public void setLastIp(String lastIp)
lastIp - the new last ippublic String getInfoMessage()
public void setInfoMessage(String infoMessage)
infoMessage - the new info messagepublic List<String> getErrorMessages()
public void addErrorMessage(String msg)
msg - the msgCopyright © 2009–2020 psi-probe. All rights reserved.