public class AgentsInStateCountStruct
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
adherenceState
Adherence State.
|
protected int |
agentCount
Number of agents in this category.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
AgentsInStateCountStruct() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getAdherenceState()
Gets the value of the adherenceState property.
|
int |
getAgentCount()
Gets the value of the agentCount property.
|
int |
hashCode() |
void |
setAdherenceState(int value)
Sets the value of the adherenceState property.
|
void |
setAgentCount(int value)
Sets the value of the agentCount property.
|
java.lang.String |
toString() |
AgentsInStateCountStruct |
withAdherenceState(int value) |
AgentsInStateCountStruct |
withAgentCount(int value) |
private static final long serialVersionUID
protected int adherenceState
protected int agentCount
public int getAdherenceState()
public void setAdherenceState(int value)
public int getAgentCount()
public void setAgentCount(int value)
public AgentsInStateCountStruct withAdherenceState(int value)
public AgentsInStateCountStruct withAgentCount(int value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.