|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.reporting.protocol.statserver.AgentGroupReasons
public final class AgentGroupReasons
Constructor Summary | |
---|---|
AgentGroupReasons()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
void |
fromXml(org.w3c.dom.Element element,
XmlUtil util)
|
int |
getAgentCount()
Number of Agents. |
AgentReasonsCollection |
getAgentReasons()
|
java.lang.String |
getGroupId()
Agent Group ID in CME. |
StatisticObjectType |
getObjectType()
|
int |
getStatus()
Current group status. |
long |
getTime()
Time when this status became active. |
int |
hashCode()
|
void |
setAgentReasons(AgentReasonsCollection agentStatuses)
|
void |
setGroupId(java.lang.String agentGroupId)
|
void |
setStatus(int groupStatus)
|
void |
setTime(int timeActive)
|
java.lang.String |
toString()
|
java.lang.String |
toString(int indent)
|
org.w3c.dom.Element |
toXml(org.w3c.dom.Element element,
XmlUtil util)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AgentGroupReasons()
Method Detail |
---|
public StatisticObjectType getObjectType()
getObjectType
in interface IStatisticState
public int getAgentCount()
public AgentReasonsCollection getAgentReasons()
public java.lang.String getGroupId()
public int getStatus()
public long getTime()
public void setGroupId(java.lang.String agentGroupId)
public void setStatus(int groupStatus)
public void setTime(int timeActive)
public void setAgentReasons(AgentReasonsCollection agentStatuses)
public org.w3c.dom.Element toXml(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
toXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public void fromXml(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
fromXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
toString
in interface Printable
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |