public class ClientStatistics
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ClientStatistics() |
ClientStatistics(java.lang.String client,
int totalClientSessions,
int activeClientSessions,
int callRate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActiveClientSessions()
Gets the activeClientSessions value for this ClientStatistics.
|
int |
getCallRate()
Gets the callRate value for this ClientStatistics.
|
java.lang.String |
getClient()
Gets the client value for this ClientStatistics.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
int |
getTotalClientSessions()
Gets the totalClientSessions value for this ClientStatistics.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setActiveClientSessions(int activeClientSessions)
Sets the activeClientSessions value for this ClientStatistics.
|
void |
setCallRate(int callRate)
Sets the callRate value for this ClientStatistics.
|
void |
setClient(java.lang.String client)
Sets the client value for this ClientStatistics.
|
void |
setTotalClientSessions(int totalClientSessions)
Sets the totalClientSessions value for this ClientStatistics.
|
public ClientStatistics()
public ClientStatistics(java.lang.String client,
int totalClientSessions,
int activeClientSessions,
int callRate)
public java.lang.String getClient()
public void setClient(java.lang.String client)
client - public int getTotalClientSessions()
public void setTotalClientSessions(int totalClientSessions)
totalClientSessions - public int getActiveClientSessions()
public void setActiveClientSessions(int activeClientSessions)
activeClientSessions - public int getCallRate()
public void setCallRate(int callRate)
callRate - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)