XmlSerializable
, IStatisticState
, IStatisticStatus
, Printable
public final class AgentReasons extends java.lang.Object implements IStatisticStatus
Constructor | Description |
---|---|
AgentReasons() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
void |
fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
java.lang.String |
getAgentId() |
|
java.lang.String |
getLoginId() |
|
StatisticObjectType |
getObjectType() |
|
KeyValueCollection |
getReasons() |
|
int |
getStatus() |
Current agent status.
|
long |
getTime() |
Time when this status became active.
|
int |
hashCode() |
|
void |
setAgentId(java.lang.String agentId) |
|
void |
setLoginId(java.lang.String loginId) |
|
void |
setReasons(KeyValueCollection reasonsEx) |
|
void |
setStatus(int agentStatus) |
|
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) |
public StatisticObjectType getObjectType()
getObjectType
in interface IStatisticState
public java.lang.String getAgentId()
public int getStatus()
public long getTime()
public java.lang.String getLoginId()
public KeyValueCollection getReasons()
public void setAgentId(java.lang.String agentId)
public void setLoginId(java.lang.String loginId)
public void setStatus(int agentStatus)
public void setTime(int timeActive)
public void setReasons(KeyValueCollection reasonsEx)
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)
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
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.