Platform SDK Java 8.5 API Reference

com.genesyslab.platform.reporting.protocol.statserver
Class PlaceGroup

java.lang.Object
  extended by com.genesyslab.platform.reporting.protocol.statserver.PlaceGroup
All Implemented Interfaces:
XmlSerializable, IStatisticState, IStatisticStatus, Printable

public final class PlaceGroup
extends java.lang.Object
implements IStatisticStatus

Contains information about a PlaceGroup in the Genesys Configuration Layer.

Details may be found here - Object Statuses or Group Status in the Stat Server User's Guide.


Constructor Summary
PlaceGroup()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 void fromXml(org.w3c.dom.Element element, XmlUtil util)
           
 int getAgentCount()
           
 AgentInfoCollection getAgents()
           
 java.lang.String getGroupId()
           
 StatisticObjectType getObjectType()
           
 PlaceStatusesCollection getPlaces()
           
 int getStatus()
           
 long getTime()
           
 int hashCode()
           
 void setAgents(AgentInfoCollection agentLogins)
           
 void setGroupId(java.lang.String placeGroupId)
           
 void setPlaces(PlaceStatusesCollection places)
           
 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

PlaceGroup

public PlaceGroup()
Method Detail

getObjectType

public StatisticObjectType getObjectType()
Specified by:
getObjectType in interface IStatisticState

getAgentCount

public int getAgentCount()

getAgents

public AgentInfoCollection getAgents()

getPlaces

public PlaceStatusesCollection getPlaces()

getGroupId

public java.lang.String getGroupId()

getStatus

public int getStatus()

getTime

public long getTime()

setGroupId

public void setGroupId(java.lang.String placeGroupId)

setStatus

public void setStatus(int groupStatus)

setTime

public void setTime(int timeActive)

setPlaces

public void setPlaces(PlaceStatusesCollection places)

setAgents

public void setAgents(AgentInfoCollection agentLogins)

toXml

public org.w3c.dom.Element toXml(org.w3c.dom.Element element,
                                 XmlUtil util)
                          throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Specified by:
toXml in interface XmlSerializable
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

fromXml

public void fromXml(org.w3c.dom.Element element,
                    XmlUtil util)
             throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Specified by:
fromXml in interface XmlSerializable
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indent)
Specified by:
toString in interface Printable

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.