public class SessionInfo2
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
lastLoginTime |
protected java.lang.String |
message |
private static long |
serialVersionUID |
protected java.util.List<ServiceInfo> |
services
A list listing all services that can be accessed using this session
|
protected int |
servicesNSizeIs
Size of services list
|
protected java.lang.String |
sid
Session ID
|
Constructor and Description |
---|
SessionInfo2() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getLastLoginTime()
Gets the value of the lastLoginTime property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
java.util.List<ServiceInfo> |
getServices()
Gets the value of the services property.
|
int |
getServicesNSizeIs()
Gets the value of the servicesNSizeIs property.
|
java.lang.String |
getSid()
Gets the value of the sid property.
|
int |
hashCode() |
void |
setLastLoginTime(double value)
Sets the value of the lastLoginTime property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
void |
setServices(java.util.List<ServiceInfo> services)
Sets the value of the services property.
|
void |
setServicesNSizeIs(int value)
Sets the value of the servicesNSizeIs property.
|
void |
setSid(java.lang.String value)
Sets the value of the sid property.
|
java.lang.String |
toString() |
SessionInfo2 |
withLastLoginTime(double value) |
SessionInfo2 |
withMessage(java.lang.String value) |
SessionInfo2 |
withServices(java.util.Collection<ServiceInfo> values) |
SessionInfo2 |
withServices(ServiceInfo... values) |
SessionInfo2 |
withServicesNSizeIs(int value) |
SessionInfo2 |
withSid(java.lang.String value) |
private static final long serialVersionUID
protected java.lang.String sid
protected int servicesNSizeIs
protected java.util.List<ServiceInfo> services
protected java.lang.String message
protected double lastLoginTime
public java.lang.String getSid()
String
public void setSid(java.lang.String value)
value
- allowed object is
String
public int getServicesNSizeIs()
public void setServicesNSizeIs(int value)
public java.util.List<ServiceInfo> getServices()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the services property.
For example, to add a new item, do as follows:
getServices().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceInfo
public SessionInfo2 withSid(java.lang.String value)
public SessionInfo2 withServicesNSizeIs(int value)
public SessionInfo2 withServices(ServiceInfo... values)
public SessionInfo2 withServices(java.util.Collection<ServiceInfo> values)
public SessionInfo2 withMessage(java.lang.String value)
public SessionInfo2 withLastLoginTime(double value)
public void setServices(java.util.List<ServiceInfo> services)
services
- allowed object is
ServiceInfo
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public double getLastLoginTime()
Double
public void setLastLoginTime(double value)
value
- allowed object is
Double
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.