public class LoginInfoEx
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.
|
protected Location |
location
Server location
Location |
protected java.lang.String |
message
A message (if any).
|
private static long |
serialVersionUID |
protected int |
siteID
Contains Site ID of the agent.
|
protected int |
userID
Corresponds to CME Person DBID.
|
Constructor and Description |
---|
LoginInfoEx() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
Location |
getLocation()
Gets the value of the location property.
|
java.lang.String |
getMessage()
Gets the value of the message 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 |
setLocation(Location value)
Sets the value of the location property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message 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() |
LoginInfoEx |
withIsAgent(boolean value) |
LoginInfoEx |
withLocation(Location value) |
LoginInfoEx |
withMessage(java.lang.String value) |
LoginInfoEx |
withSiteID(int value) |
LoginInfoEx |
withUserID(int value) |
private static final long serialVersionUID
protected java.lang.String message
protected int userID
protected boolean isAgent
protected int siteID
public Location getLocation()
Location
public void setLocation(Location value)
value
- allowed object is
Location
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public int getUserID()
public void setUserID(int value)
public boolean isIsAgent()
public void setIsAgent(boolean value)
public int getSiteID()
public void setSiteID(int value)
public LoginInfoEx withLocation(Location value)
public LoginInfoEx withMessage(java.lang.String value)
public LoginInfoEx withUserID(int value)
public LoginInfoEx withIsAgent(boolean value)
public LoginInfoEx withSiteID(int value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.