public class SessionInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private ServiceInfo[] |
services
An array listing all services that can be accessed using this session
|
private int |
servicesNSizeIs
Size of services[]
|
private java.lang.String |
sid
Session ID
|
Constructor and Description |
---|
SessionInfo() |
SessionInfo(java.lang.String sid,
int servicesNSizeIs,
ServiceInfo[] services) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ServiceInfo[] |
getServices()
Gets the services value for this SessionInfo.
|
int |
getServicesNSizeIs()
Gets the servicesNSizeIs value for this SessionInfo.
|
java.lang.String |
getSid()
Gets the sid value for this SessionInfo.
|
int |
hashCode() |
void |
setServices(ServiceInfo[] services)
Sets the services value for this SessionInfo.
|
void |
setServicesNSizeIs(int servicesNSizeIs)
Sets the servicesNSizeIs value for this SessionInfo.
|
void |
setSid(java.lang.String sid)
Sets the sid value for this SessionInfo.
|
private java.lang.String sid
private int servicesNSizeIs
private ServiceInfo[] services
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SessionInfo()
public SessionInfo(java.lang.String sid, int servicesNSizeIs, ServiceInfo[] services)
public java.lang.String getSid()
public void setSid(java.lang.String sid)
sid
- public int getServicesNSizeIs()
public void setServicesNSizeIs(int servicesNSizeIs)
servicesNSizeIs
- public ServiceInfo[] getServices()
public void setServices(ServiceInfo[] services)
services
- public boolean equals(java.lang.Object obj)
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.