public class AdherenceWithStatsStruct
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private AgentAdherenceStruct[] |
agentAdherenceArray |
private int |
agentAdherenceArraySize |
private AgentsInStateCountStruct[] |
agentCountsArray |
private int |
agentCountsArraySize |
private int |
firstAgentIndex |
private NameIDStruct[] |
genesysStates |
private int |
genesysStatesSize |
private NameIDStruct[] |
scheduledStateGroups |
private int |
scheduledStateGroupsSize |
private ScheduleStateStruct[] |
scheduledStates |
private int |
scheduledStatesSize |
private NameIDStruct[] |
siteNames |
private int |
siteNamesSize |
private NameIDStruct[] |
teamNames |
private int |
teamNamesSize |
private int |
totalSnapshotAgents |
Constructor and Description |
---|
AdherenceWithStatsStruct() |
AdherenceWithStatsStruct(int agentCountsArraySize,
AgentsInStateCountStruct[] agentCountsArray,
int firstAgentIndex,
int totalSnapshotAgents,
int agentAdherenceArraySize,
AgentAdherenceStruct[] agentAdherenceArray,
int siteNamesSize,
NameIDStruct[] siteNames,
int teamNamesSize,
NameIDStruct[] teamNames,
int scheduledStatesSize,
ScheduleStateStruct[] scheduledStates,
int scheduledStateGroupsSize,
NameIDStruct[] scheduledStateGroups,
int genesysStatesSize,
NameIDStruct[] genesysStates) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AgentAdherenceStruct[] |
getAgentAdherenceArray()
Gets the agent adherence structures.
|
int |
getAgentAdherenceArraySize()
Gets the size of agent adherence structure array.
|
AgentsInStateCountStruct[] |
getAgentCountsArray()
Gets the number of agents in each adherence category.
|
int |
getAgentCountsArraySize()
Gets the number of agents.
|
int |
getFirstAgentIndex()
Gets the index of the first agent that could be returned.
|
NameIDStruct[] |
getGenesysStates()
Gets the genesysStates value for this AdherenceWithStatsStruct.
|
int |
getGenesysStatesSize()
Gets the genesysStatesSize value for this AdherenceWithStatsStruct.
|
NameIDStruct[] |
getScheduledStateGroups()
Gets the scheduledStateGroups value for this AdherenceWithStatsStruct.
|
int |
getScheduledStateGroupsSize()
Gets the scheduledStateGroupsSize value for this AdherenceWithStatsStruct.
|
ScheduleStateStruct[] |
getScheduledStates()
Gets the scheduledStates value for this AdherenceWithStatsStruct.
|
int |
getScheduledStatesSize()
Gets the scheduledStatesSize value for this AdherenceWithStatsStruct.
|
NameIDStruct[] |
getSiteNames()
Gets the siteNames value for this AdherenceWithStatsStruct.
|
int |
getSiteNamesSize()
Gets the size of site names structure array.
|
NameIDStruct[] |
getTeamNames()
Gets the teamNames value for this AdherenceWithStatsStruct.
|
int |
getTeamNamesSize()
Gets the teamNamesSize value for this AdherenceWithStatsStruct.
|
int |
getTotalSnapshotAgents()
Gets the number of agents in the snapshot.
|
int |
hashCode() |
void |
setAgentAdherenceArray(AgentAdherenceStruct[] agentAdherenceArray)
Sets the agent adherence structures.
|
void |
setAgentAdherenceArraySize(int agentAdherenceArraySize)
Sets the size of agent adherence structure array.
|
void |
setAgentCountsArray(AgentsInStateCountStruct[] agentCountsArray)
Sets the number of agents in each adherence category.
|
void |
setAgentCountsArraySize(int agentCountsArraySize)
Sets the Gets the number of agents.
|
void |
setFirstAgentIndex(int firstAgentIndex)
Sets the index of the first agent that could be returned.
|
void |
setGenesysStates(NameIDStruct[] genesysStates)
Sets the genesysStates value for this AdherenceWithStatsStruct.
|
void |
setGenesysStatesSize(int genesysStatesSize)
Sets the genesysStatesSize value for this AdherenceWithStatsStruct.
|
void |
setScheduledStateGroups(NameIDStruct[] scheduledStateGroups)
Sets the scheduledStateGroups value for this AdherenceWithStatsStruct.
|
void |
setScheduledStateGroupsSize(int scheduledStateGroupsSize)
Sets the scheduledStateGroupsSize value for this AdherenceWithStatsStruct.
|
void |
setScheduledStates(ScheduleStateStruct[] scheduledStates)
Sets the scheduledStates value for this AdherenceWithStatsStruct.
|
void |
setScheduledStatesSize(int scheduledStatesSize)
Sets the scheduledStatesSize value for this AdherenceWithStatsStruct.
|
void |
setSiteNames(NameIDStruct[] siteNames)
Sets the siteNames value for this AdherenceWithStatsStruct.
|
void |
setSiteNamesSize(int siteNamesSize)
Sets the the size of site names structure array.
|
void |
setTeamNames(NameIDStruct[] teamNames)
Sets the teamNames value for this AdherenceWithStatsStruct.
|
void |
setTeamNamesSize(int teamNamesSize)
Sets the teamNamesSize value for this AdherenceWithStatsStruct.
|
void |
setTotalSnapshotAgents(int totalSnapshotAgents)
Sets the number of agents in the snapshot.
|
private int agentCountsArraySize
private AgentsInStateCountStruct[] agentCountsArray
private int firstAgentIndex
private int totalSnapshotAgents
private int agentAdherenceArraySize
private AgentAdherenceStruct[] agentAdherenceArray
private int siteNamesSize
private NameIDStruct[] siteNames
private int teamNamesSize
private NameIDStruct[] teamNames
private int scheduledStatesSize
private ScheduleStateStruct[] scheduledStates
private int scheduledStateGroupsSize
private NameIDStruct[] scheduledStateGroups
private int genesysStatesSize
private NameIDStruct[] genesysStates
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public AdherenceWithStatsStruct()
public AdherenceWithStatsStruct(int agentCountsArraySize, AgentsInStateCountStruct[] agentCountsArray, int firstAgentIndex, int totalSnapshotAgents, int agentAdherenceArraySize, AgentAdherenceStruct[] agentAdherenceArray, int siteNamesSize, NameIDStruct[] siteNames, int teamNamesSize, NameIDStruct[] teamNames, int scheduledStatesSize, ScheduleStateStruct[] scheduledStates, int scheduledStateGroupsSize, NameIDStruct[] scheduledStateGroups, int genesysStatesSize, NameIDStruct[] genesysStates)
public int getAgentCountsArraySize()
public void setAgentCountsArraySize(int agentCountsArraySize)
agentCountsArraySize
- public AgentsInStateCountStruct[] getAgentCountsArray()
public void setAgentCountsArray(AgentsInStateCountStruct[] agentCountsArray)
agentCountsArray
- public int getFirstAgentIndex()
public void setFirstAgentIndex(int firstAgentIndex)
firstAgentIndex
- public int getTotalSnapshotAgents()
public void setTotalSnapshotAgents(int totalSnapshotAgents)
totalSnapshotAgents
- public int getAgentAdherenceArraySize()
public void setAgentAdherenceArraySize(int agentAdherenceArraySize)
agentAdherenceArraySize
- public AgentAdherenceStruct[] getAgentAdherenceArray()
public void setAgentAdherenceArray(AgentAdherenceStruct[] agentAdherenceArray)
agentAdherenceArray
- public int getSiteNamesSize()
public void setSiteNamesSize(int siteNamesSize)
siteNamesSize
- public NameIDStruct[] getSiteNames()
public void setSiteNames(NameIDStruct[] siteNames)
siteNames
- public int getTeamNamesSize()
public void setTeamNamesSize(int teamNamesSize)
teamNamesSize
- public NameIDStruct[] getTeamNames()
public void setTeamNames(NameIDStruct[] teamNames)
teamNames
- public int getScheduledStatesSize()
public void setScheduledStatesSize(int scheduledStatesSize)
scheduledStatesSize
- public ScheduleStateStruct[] getScheduledStates()
public void setScheduledStates(ScheduleStateStruct[] scheduledStates)
scheduledStates
- public int getScheduledStateGroupsSize()
public void setScheduledStateGroupsSize(int scheduledStateGroupsSize)
scheduledStateGroupsSize
- public NameIDStruct[] getScheduledStateGroups()
public void setScheduledStateGroups(NameIDStruct[] scheduledStateGroups)
scheduledStateGroups
- public int getGenesysStatesSize()
public void setGenesysStatesSize(int genesysStatesSize)
genesysStatesSize
- public NameIDStruct[] getGenesysStates()
public void setGenesysStates(NameIDStruct[] genesysStates)
genesysStates
- public boolean equals(java.lang.Object obj)
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.