public class AgentFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ItemSiteIDStruct> |
activityIDArray |
protected int |
activityIDArraySize |
protected java.util.List<ItemSiteIDStruct> |
agentIDArray |
protected int |
agentIDArraySize |
protected java.util.List<java.lang.Integer> |
genesysStateIDs |
protected int |
genesysStateIDsSize |
protected java.util.List<java.lang.String> |
reasonCodeArray |
protected int |
reasonCodeArraySize |
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
showAdherenceStatus |
protected int |
showAdherenceStatusSize |
protected java.util.List<java.lang.Integer> |
stateGroupIDs |
protected int |
stateGroupIDsSize |
protected java.util.List<ItemSiteIDStruct> |
teamIDArray |
protected int |
teamIDArraySize |
Constructor and Description |
---|
AgentFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<ItemSiteIDStruct> |
getActivityIDArray()
Gets the value of the activityIDArray property.
|
int |
getActivityIDArraySize()
Gets the value of the activityIDArraySize property.
|
java.util.List<ItemSiteIDStruct> |
getAgentIDArray()
Gets the value of the agentIDArray property.
|
int |
getAgentIDArraySize()
Gets the value of the agentIDArraySize property.
|
java.util.List<java.lang.Integer> |
getGenesysStateIDs()
Gets the value of the genesysStateIDs property.
|
int |
getGenesysStateIDsSize()
Gets the value of the genesysStateIDsSize property.
|
java.util.List<java.lang.String> |
getReasonCodeArray()
Gets the value of the reasonCodeArray property.
|
int |
getReasonCodeArraySize()
Gets the value of the reasonCodeArraySize property.
|
java.util.List<java.lang.Integer> |
getShowAdherenceStatus()
Gets the value of the showAdherenceStatus property.
|
int |
getShowAdherenceStatusSize()
Gets the value of the showAdherenceStatusSize property.
|
java.util.List<java.lang.Integer> |
getStateGroupIDs()
Gets the value of the stateGroupIDs property.
|
int |
getStateGroupIDsSize()
Gets the value of the stateGroupIDsSize property.
|
java.util.List<ItemSiteIDStruct> |
getTeamIDArray()
Gets the value of the teamIDArray property.
|
int |
getTeamIDArraySize()
Gets the value of the teamIDArraySize property.
|
int |
hashCode() |
void |
setActivityIDArray(java.util.List<ItemSiteIDStruct> activityIDArray)
Sets the value of the activityIDArray property.
|
void |
setActivityIDArraySize(int value)
Sets the value of the activityIDArraySize property.
|
void |
setAgentIDArray(java.util.List<ItemSiteIDStruct> agentIDArray)
Sets the value of the agentIDArray property.
|
void |
setAgentIDArraySize(int value)
Sets the value of the agentIDArraySize property.
|
void |
setGenesysStateIDs(java.util.List<java.lang.Integer> genesysStateIDs)
Sets the value of the genesysStateIDs property.
|
void |
setGenesysStateIDsSize(int value)
Sets the value of the genesysStateIDsSize property.
|
void |
setReasonCodeArray(java.util.List<java.lang.String> reasonCodeArray)
Sets the value of the reasonCodeArray property.
|
void |
setReasonCodeArraySize(int value)
Sets the value of the reasonCodeArraySize property.
|
void |
setShowAdherenceStatus(java.util.List<java.lang.Integer> showAdherenceStatus)
Sets the value of the showAdherenceStatus property.
|
void |
setShowAdherenceStatusSize(int value)
Sets the value of the showAdherenceStatusSize property.
|
void |
setStateGroupIDs(java.util.List<java.lang.Integer> stateGroupIDs)
Sets the value of the stateGroupIDs property.
|
void |
setStateGroupIDsSize(int value)
Sets the value of the stateGroupIDsSize property.
|
void |
setTeamIDArray(java.util.List<ItemSiteIDStruct> teamIDArray)
Sets the value of the teamIDArray property.
|
void |
setTeamIDArraySize(int value)
Sets the value of the teamIDArraySize property.
|
java.lang.String |
toString() |
AgentFilter |
withActivityIDArray(java.util.Collection<ItemSiteIDStruct> values) |
AgentFilter |
withActivityIDArray(ItemSiteIDStruct... values) |
AgentFilter |
withActivityIDArraySize(int value) |
AgentFilter |
withAgentIDArray(java.util.Collection<ItemSiteIDStruct> values) |
AgentFilter |
withAgentIDArray(ItemSiteIDStruct... values) |
AgentFilter |
withAgentIDArraySize(int value) |
AgentFilter |
withGenesysStateIDs(java.util.Collection<java.lang.Integer> values) |
AgentFilter |
withGenesysStateIDs(java.lang.Integer... values) |
AgentFilter |
withGenesysStateIDsSize(int value) |
AgentFilter |
withReasonCodeArray(java.util.Collection<java.lang.String> values) |
AgentFilter |
withReasonCodeArray(java.lang.String... values) |
AgentFilter |
withReasonCodeArraySize(int value) |
AgentFilter |
withShowAdherenceStatus(java.util.Collection<java.lang.Integer> values) |
AgentFilter |
withShowAdherenceStatus(java.lang.Integer... values) |
AgentFilter |
withShowAdherenceStatusSize(int value) |
AgentFilter |
withStateGroupIDs(java.util.Collection<java.lang.Integer> values) |
AgentFilter |
withStateGroupIDs(java.lang.Integer... values) |
AgentFilter |
withStateGroupIDsSize(int value) |
AgentFilter |
withTeamIDArray(java.util.Collection<ItemSiteIDStruct> values) |
AgentFilter |
withTeamIDArray(ItemSiteIDStruct... values) |
AgentFilter |
withTeamIDArraySize(int value) |
private static final long serialVersionUID
protected int stateGroupIDsSize
protected java.util.List<java.lang.Integer> stateGroupIDs
protected int genesysStateIDsSize
protected java.util.List<java.lang.Integer> genesysStateIDs
protected int showAdherenceStatusSize
protected java.util.List<java.lang.Integer> showAdherenceStatus
protected int reasonCodeArraySize
protected java.util.List<java.lang.String> reasonCodeArray
protected int agentIDArraySize
protected java.util.List<ItemSiteIDStruct> agentIDArray
protected int teamIDArraySize
protected java.util.List<ItemSiteIDStruct> teamIDArray
protected int activityIDArraySize
protected java.util.List<ItemSiteIDStruct> activityIDArray
public int getStateGroupIDsSize()
public void setStateGroupIDsSize(int value)
public java.util.List<java.lang.Integer> getStateGroupIDs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the stateGroupIDs property.
For example, to add a new item, do as follows:
getStateGroupIDs().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getGenesysStateIDsSize()
public void setGenesysStateIDsSize(int value)
public java.util.List<java.lang.Integer> getGenesysStateIDs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the genesysStateIDs property.
For example, to add a new item, do as follows:
getGenesysStateIDs().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getShowAdherenceStatusSize()
public void setShowAdherenceStatusSize(int value)
public java.util.List<java.lang.Integer> getShowAdherenceStatus()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the showAdherenceStatus property.
For example, to add a new item, do as follows:
getShowAdherenceStatus().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getReasonCodeArraySize()
public void setReasonCodeArraySize(int value)
public java.util.List<java.lang.String> getReasonCodeArray()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the reasonCodeArray property.
For example, to add a new item, do as follows:
getReasonCodeArray().add(newItem);
Objects of the following type(s) are allowed in the list
String
public int getAgentIDArraySize()
public void setAgentIDArraySize(int value)
public java.util.List<ItemSiteIDStruct> getAgentIDArray()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the agentIDArray property.
For example, to add a new item, do as follows:
getAgentIDArray().add(newItem);
Objects of the following type(s) are allowed in the list
ItemSiteIDStruct
public int getTeamIDArraySize()
public void setTeamIDArraySize(int value)
public java.util.List<ItemSiteIDStruct> getTeamIDArray()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the teamIDArray property.
For example, to add a new item, do as follows:
getTeamIDArray().add(newItem);
Objects of the following type(s) are allowed in the list
ItemSiteIDStruct
public int getActivityIDArraySize()
public void setActivityIDArraySize(int value)
public java.util.List<ItemSiteIDStruct> getActivityIDArray()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the activityIDArray property.
For example, to add a new item, do as follows:
getActivityIDArray().add(newItem);
Objects of the following type(s) are allowed in the list
ItemSiteIDStruct
public AgentFilter withStateGroupIDsSize(int value)
public AgentFilter withStateGroupIDs(java.lang.Integer... values)
public AgentFilter withStateGroupIDs(java.util.Collection<java.lang.Integer> values)
public AgentFilter withGenesysStateIDsSize(int value)
public AgentFilter withGenesysStateIDs(java.lang.Integer... values)
public AgentFilter withGenesysStateIDs(java.util.Collection<java.lang.Integer> values)
public AgentFilter withShowAdherenceStatusSize(int value)
public AgentFilter withShowAdherenceStatus(java.lang.Integer... values)
public AgentFilter withShowAdherenceStatus(java.util.Collection<java.lang.Integer> values)
public AgentFilter withReasonCodeArraySize(int value)
public AgentFilter withReasonCodeArray(java.lang.String... values)
public AgentFilter withReasonCodeArray(java.util.Collection<java.lang.String> values)
public AgentFilter withAgentIDArraySize(int value)
public AgentFilter withAgentIDArray(ItemSiteIDStruct... values)
public AgentFilter withAgentIDArray(java.util.Collection<ItemSiteIDStruct> values)
public AgentFilter withTeamIDArraySize(int value)
public AgentFilter withTeamIDArray(ItemSiteIDStruct... values)
public AgentFilter withTeamIDArray(java.util.Collection<ItemSiteIDStruct> values)
public AgentFilter withActivityIDArraySize(int value)
public AgentFilter withActivityIDArray(ItemSiteIDStruct... values)
public AgentFilter withActivityIDArray(java.util.Collection<ItemSiteIDStruct> values)
public void setStateGroupIDs(java.util.List<java.lang.Integer> stateGroupIDs)
stateGroupIDs
- allowed object is
Integer
public void setGenesysStateIDs(java.util.List<java.lang.Integer> genesysStateIDs)
genesysStateIDs
- allowed object is
Integer
public void setShowAdherenceStatus(java.util.List<java.lang.Integer> showAdherenceStatus)
showAdherenceStatus
- allowed object is
Integer
public void setReasonCodeArray(java.util.List<java.lang.String> reasonCodeArray)
reasonCodeArray
- allowed object is
String
public void setAgentIDArray(java.util.List<ItemSiteIDStruct> agentIDArray)
agentIDArray
- allowed object is
ItemSiteIDStruct
public void setTeamIDArray(java.util.List<ItemSiteIDStruct> teamIDArray)
teamIDArray
- allowed object is
ItemSiteIDStruct
public void setActivityIDArray(java.util.List<ItemSiteIDStruct> activityIDArray)
activityIDArray
- allowed object is
ItemSiteIDStruct
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.