public class AgentsInStateCountStruct
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
adherenceState |
private int |
agentCount |
| Constructor and Description |
|---|
AgentsInStateCountStruct() |
AgentsInStateCountStruct(int adherenceState,
int agentCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getAdherenceState()
Gets the Adherence State.
|
int |
getAgentCount()
Gets number of agents in this category.
|
int |
hashCode() |
void |
setAdherenceState(int adherenceState)
Sets the Adherence State.
|
void |
setAgentCount(int agentCount)
Sets the number of agents in this category.
|
private int adherenceState
private int agentCount
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public AgentsInStateCountStruct()
public AgentsInStateCountStruct(int adherenceState,
int agentCount)
public int getAdherenceState()
public void setAdherenceState(int adherenceState)
getAdherenceState() for possible state values.adherenceState - public int getAgentCount()
public void setAgentCount(int agentCount)
agentCount - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.