public class SchSiteAgents
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Integer> |
agentIDArray |
protected int |
agentIDArrayNSizeIs |
private static long |
serialVersionUID |
protected int |
siteID |
protected java.util.List<java.lang.Integer> |
teamIDArray |
protected int |
teamIDArrayNSizeIs |
Constructor and Description |
---|
SchSiteAgents() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getAgentIDArray()
Gets the value of the agentIDArray property.
|
int |
getAgentIDArrayNSizeIs()
Gets the value of the agentIDArrayNSizeIs property.
|
int |
getSiteID()
Gets the value of the siteID property.
|
java.util.List<java.lang.Integer> |
getTeamIDArray()
Gets the value of the teamIDArray property.
|
int |
getTeamIDArrayNSizeIs()
Gets the value of the teamIDArrayNSizeIs property.
|
int |
hashCode() |
void |
setAgentIDArray(java.util.List<java.lang.Integer> agentIDArray)
Sets the value of the agentIDArray property.
|
void |
setAgentIDArrayNSizeIs(int value)
Sets the value of the agentIDArrayNSizeIs property.
|
void |
setSiteID(int value)
Sets the value of the siteID property.
|
void |
setTeamIDArray(java.util.List<java.lang.Integer> teamIDArray)
Sets the value of the teamIDArray property.
|
void |
setTeamIDArrayNSizeIs(int value)
Sets the value of the teamIDArrayNSizeIs property.
|
java.lang.String |
toString() |
SchSiteAgents |
withAgentIDArray(java.util.Collection<java.lang.Integer> values) |
SchSiteAgents |
withAgentIDArray(java.lang.Integer... values) |
SchSiteAgents |
withAgentIDArrayNSizeIs(int value) |
SchSiteAgents |
withSiteID(int value) |
SchSiteAgents |
withTeamIDArray(java.util.Collection<java.lang.Integer> values) |
SchSiteAgents |
withTeamIDArray(java.lang.Integer... values) |
SchSiteAgents |
withTeamIDArrayNSizeIs(int value) |
private static final long serialVersionUID
protected int siteID
protected int teamIDArrayNSizeIs
protected java.util.List<java.lang.Integer> teamIDArray
protected int agentIDArrayNSizeIs
protected java.util.List<java.lang.Integer> agentIDArray
public int getSiteID()
public void setSiteID(int value)
public int getTeamIDArrayNSizeIs()
public void setTeamIDArrayNSizeIs(int value)
public java.util.List<java.lang.Integer> 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
Integer
public int getAgentIDArrayNSizeIs()
public void setAgentIDArrayNSizeIs(int value)
public java.util.List<java.lang.Integer> 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
Integer
public SchSiteAgents withSiteID(int value)
public SchSiteAgents withTeamIDArrayNSizeIs(int value)
public SchSiteAgents withTeamIDArray(java.lang.Integer... values)
public SchSiteAgents withTeamIDArray(java.util.Collection<java.lang.Integer> values)
public SchSiteAgents withAgentIDArrayNSizeIs(int value)
public SchSiteAgents withAgentIDArray(java.lang.Integer... values)
public SchSiteAgents withAgentIDArray(java.util.Collection<java.lang.Integer> values)
public void setTeamIDArray(java.util.List<java.lang.Integer> teamIDArray)
teamIDArray
- allowed object is
Integer
public void setAgentIDArray(java.util.List<java.lang.Integer> agentIDArray)
agentIDArray
- allowed object is
Integer
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.