public class LoginInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isAgent
Flag that defines, whether 'id' corresponds to CME Person object with isAgent flag set or not.
|
private static long |
serialVersionUID |
protected java.lang.String |
sessionServiceURL
Contains an URL to the Session service of assigned WFM server.
|
protected java.lang.String |
sessionServiceWSDL
Contains an URL to the Session service WSDL provider.
|
protected int |
siteID
Contains Site ID of the agent.
|
protected int |
userID
Corresponds to CME Person DBID.
|
| Constructor and Description |
|---|
LoginInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getSessionServiceURL()
Gets the value of the sessionServiceURL property.
|
java.lang.String |
getSessionServiceWSDL()
Gets the value of the sessionServiceWSDL property.
|
int |
getSiteID()
Gets the value of the siteID property.
|
int |
getUserID()
Gets the value of the userID property.
|
int |
hashCode() |
boolean |
isIsAgent()
Gets the value of the isAgent property.
|
void |
setIsAgent(boolean value)
Sets the value of the isAgent property.
|
void |
setSessionServiceURL(java.lang.String value)
Sets the value of the sessionServiceURL property.
|
void |
setSessionServiceWSDL(java.lang.String value)
Sets the value of the sessionServiceWSDL property.
|
void |
setSiteID(int value)
Sets the value of the siteID property.
|
void |
setUserID(int value)
Sets the value of the userID property.
|
java.lang.String |
toString() |
LoginInfo |
withIsAgent(boolean value) |
LoginInfo |
withSessionServiceURL(java.lang.String value) |
LoginInfo |
withSessionServiceWSDL(java.lang.String value) |
LoginInfo |
withSiteID(int value) |
LoginInfo |
withUserID(int value) |
private static final long serialVersionUID
protected java.lang.String sessionServiceURL
protected java.lang.String sessionServiceWSDL
protected int userID
protected boolean isAgent
protected int siteID
public java.lang.String getSessionServiceURL()
Stringpublic void setSessionServiceURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSessionServiceWSDL()
Stringpublic void setSessionServiceWSDL(java.lang.String value)
value - allowed object is
Stringpublic int getUserID()
public void setUserID(int value)
public boolean isIsAgent()
public void setIsAgent(boolean value)
public int getSiteID()
public void setSiteID(int value)
public LoginInfo withSessionServiceURL(java.lang.String value)
public LoginInfo withSessionServiceWSDL(java.lang.String value)
public LoginInfo withUserID(int value)
public LoginInfo withIsAgent(boolean value)
public LoginInfo withSiteID(int value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.