public class AgentFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private ItemSiteIDStruct[] |
activityIDArray |
private int |
activityIDArraySize |
private ItemSiteIDStruct[] |
agentIDArray |
private int |
agentIDArraySize |
private int[] |
genesysStateIDs |
private int |
genesysStateIDsSize |
private java.lang.String[] |
reasonCodeArray |
private int |
reasonCodeArraySize |
private int[] |
showAdherenceStatus |
private int |
showAdherenceStatusSize |
private int[] |
stateGroupIDs |
private int |
stateGroupIDsSize |
private ItemSiteIDStruct[] |
teamIDArray |
private int |
teamIDArraySize |
Constructor and Description |
---|
AgentFilter() |
AgentFilter(int stateGroupIDsSize,
int[] stateGroupIDs,
int genesysStateIDsSize,
int[] genesysStateIDs,
int showAdherenceStatusSize,
int[] showAdherenceStatus,
int reasonCodeArraySize,
java.lang.String[] reasonCodeArray,
int agentIDArraySize,
ItemSiteIDStruct[] agentIDArray,
int teamIDArraySize,
ItemSiteIDStruct[] teamIDArray,
int activityIDArraySize,
ItemSiteIDStruct[] activityIDArray) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ItemSiteIDStruct[] |
getActivityIDArray()
Gets the activityIDArray value for this AgentFilter.
|
int |
getActivityIDArraySize()
Gets the activityIDArraySize value for this AgentFilter.
|
ItemSiteIDStruct[] |
getAgentIDArray()
Gets the agentIDArray value for this AgentFilter.
|
int |
getAgentIDArraySize()
Gets the agentIDArraySize value for this AgentFilter.
|
int[] |
getGenesysStateIDs()
Gets the genesysStateIDs value for this AgentFilter.
|
int |
getGenesysStateIDsSize()
Gets the genesysStateIDsSize value for this AgentFilter.
|
java.lang.String[] |
getReasonCodeArray()
Gets the reasonCodeArray value for this AgentFilter.
|
int |
getReasonCodeArraySize()
Gets the reasonCodeArraySize value for this AgentFilter.
|
int[] |
getShowAdherenceStatus()
Gets the showAdherenceStatus value for this AgentFilter.
|
int |
getShowAdherenceStatusSize()
Gets the showAdherenceStatusSize value for this AgentFilter.
|
int[] |
getStateGroupIDs()
Gets the stateGroupIDs value for this AgentFilter.
|
int |
getStateGroupIDsSize()
Gets the stateGroupIDsSize value for this AgentFilter.
|
ItemSiteIDStruct[] |
getTeamIDArray()
Gets the teamIDArray value for this AgentFilter.
|
int |
getTeamIDArraySize()
Gets the teamIDArraySize value for this AgentFilter.
|
int |
hashCode() |
void |
setActivityIDArray(ItemSiteIDStruct[] activityIDArray)
Sets the activityIDArray value for this AgentFilter.
|
void |
setActivityIDArraySize(int activityIDArraySize)
Sets the activityIDArraySize value for this AgentFilter.
|
void |
setAgentIDArray(ItemSiteIDStruct[] agentIDArray)
Sets the agentIDArray value for this AgentFilter.
|
void |
setAgentIDArraySize(int agentIDArraySize)
Sets the agentIDArraySize value for this AgentFilter.
|
void |
setGenesysStateIDs(int[] genesysStateIDs)
Sets the genesysStateIDs value for this AgentFilter.
|
void |
setGenesysStateIDsSize(int genesysStateIDsSize)
Sets the genesysStateIDsSize value for this AgentFilter.
|
void |
setReasonCodeArray(java.lang.String[] reasonCodeArray)
Sets the reasonCodeArray value for this AgentFilter.
|
void |
setReasonCodeArraySize(int reasonCodeArraySize)
Sets the reasonCodeArraySize value for this AgentFilter.
|
void |
setShowAdherenceStatus(int[] showAdherenceStatus)
Sets the showAdherenceStatus value for this AgentFilter.
|
void |
setShowAdherenceStatusSize(int showAdherenceStatusSize)
Sets the showAdherenceStatusSize value for this AgentFilter.
|
void |
setStateGroupIDs(int[] stateGroupIDs)
Sets the stateGroupIDs value for this AgentFilter.
|
void |
setStateGroupIDsSize(int stateGroupIDsSize)
Sets the stateGroupIDsSize value for this AgentFilter.
|
void |
setTeamIDArray(ItemSiteIDStruct[] teamIDArray)
Sets the teamIDArray value for this AgentFilter.
|
void |
setTeamIDArraySize(int teamIDArraySize)
Sets the teamIDArraySize value for this AgentFilter.
|
private int stateGroupIDsSize
private int[] stateGroupIDs
private int genesysStateIDsSize
private int[] genesysStateIDs
private int showAdherenceStatusSize
private int[] showAdherenceStatus
private int reasonCodeArraySize
private java.lang.String[] reasonCodeArray
private int agentIDArraySize
private ItemSiteIDStruct[] agentIDArray
private int teamIDArraySize
private ItemSiteIDStruct[] teamIDArray
private int activityIDArraySize
private ItemSiteIDStruct[] activityIDArray
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public AgentFilter()
public AgentFilter(int stateGroupIDsSize, int[] stateGroupIDs, int genesysStateIDsSize, int[] genesysStateIDs, int showAdherenceStatusSize, int[] showAdherenceStatus, int reasonCodeArraySize, java.lang.String[] reasonCodeArray, int agentIDArraySize, ItemSiteIDStruct[] agentIDArray, int teamIDArraySize, ItemSiteIDStruct[] teamIDArray, int activityIDArraySize, ItemSiteIDStruct[] activityIDArray)
public int getStateGroupIDsSize()
public void setStateGroupIDsSize(int stateGroupIDsSize)
stateGroupIDsSize
- public int[] getStateGroupIDs()
public void setStateGroupIDs(int[] stateGroupIDs)
stateGroupIDs
- public int getGenesysStateIDsSize()
public void setGenesysStateIDsSize(int genesysStateIDsSize)
genesysStateIDsSize
- public int[] getGenesysStateIDs()
public void setGenesysStateIDs(int[] genesysStateIDs)
genesysStateIDs
- public int getShowAdherenceStatusSize()
public void setShowAdherenceStatusSize(int showAdherenceStatusSize)
showAdherenceStatusSize
- public int[] getShowAdherenceStatus()
public void setShowAdherenceStatus(int[] showAdherenceStatus)
showAdherenceStatus
- public int getReasonCodeArraySize()
public void setReasonCodeArraySize(int reasonCodeArraySize)
reasonCodeArraySize
- public java.lang.String[] getReasonCodeArray()
public void setReasonCodeArray(java.lang.String[] reasonCodeArray)
reasonCodeArray
- public int getAgentIDArraySize()
public void setAgentIDArraySize(int agentIDArraySize)
agentIDArraySize
- public ItemSiteIDStruct[] getAgentIDArray()
public void setAgentIDArray(ItemSiteIDStruct[] agentIDArray)
agentIDArray
- public int getTeamIDArraySize()
public void setTeamIDArraySize(int teamIDArraySize)
teamIDArraySize
- public ItemSiteIDStruct[] getTeamIDArray()
public void setTeamIDArray(ItemSiteIDStruct[] teamIDArray)
teamIDArray
- public int getActivityIDArraySize()
public void setActivityIDArraySize(int activityIDArraySize)
activityIDArraySize
- public ItemSiteIDStruct[] getActivityIDArray()
public void setActivityIDArray(ItemSiteIDStruct[] activityIDArray)
activityIDArray
- 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.