public class LoginInfo2
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 double |
lastLoginTime
Last user or agent login time in UTC time zone.
|
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 |
---|
LoginInfo2() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getLastLoginTime()
Gets the value of the lastLoginTime property.
|
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 |
setLastLoginTime(double value)
Sets the value of the lastLoginTime 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() |
LoginInfo2 |
withIsAgent(boolean value) |
LoginInfo2 |
withLastLoginTime(double value) |
LoginInfo2 |
withLocation(Location value) |
LoginInfo2 |
withMessage(java.lang.String value) |
LoginInfo2 |
withSiteID(int value) |
LoginInfo2 |
withUserID(int value) |
private static final long serialVersionUID
protected java.lang.String message
protected int userID
protected boolean isAgent
protected int siteID
protected double lastLoginTime
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 double getLastLoginTime()
public void setLastLoginTime(double value)
public LoginInfo2 withLocation(Location value)
public LoginInfo2 withMessage(java.lang.String value)
public LoginInfo2 withUserID(int value)
public LoginInfo2 withIsAgent(boolean value)
public LoginInfo2 withSiteID(int value)
public LoginInfo2 withLastLoginTime(double 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.