public class CfgTeamHistory
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.util.List<CfgAgentTeamHistory> |
wmAgents |
protected int |
wmAgentsNSizeIs |
protected int |
wmSiteId |
protected int |
wmTeamId |
Constructor and Description |
---|
CfgTeamHistory() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgAgentTeamHistory> |
getWmAgents()
Gets the value of the wmAgents property.
|
int |
getWmAgentsNSizeIs()
Gets the value of the wmAgentsNSizeIs property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmTeamId()
Gets the value of the wmTeamId property.
|
int |
hashCode() |
void |
setWmAgents(java.util.List<CfgAgentTeamHistory> wmAgents)
Sets the value of the wmAgents property.
|
void |
setWmAgentsNSizeIs(int value)
Sets the value of the wmAgentsNSizeIs property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmTeamId(int value)
Sets the value of the wmTeamId property.
|
java.lang.String |
toString() |
CfgTeamHistory |
withWmAgents(CfgAgentTeamHistory... values) |
CfgTeamHistory |
withWmAgents(java.util.Collection<CfgAgentTeamHistory> values) |
CfgTeamHistory |
withWmAgentsNSizeIs(int value) |
CfgTeamHistory |
withWmSiteId(int value) |
CfgTeamHistory |
withWmTeamId(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected int wmTeamId
protected int wmAgentsNSizeIs
protected java.util.List<CfgAgentTeamHistory> wmAgents
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmTeamId()
public void setWmTeamId(int value)
public int getWmAgentsNSizeIs()
public void setWmAgentsNSizeIs(int value)
public java.util.List<CfgAgentTeamHistory> getWmAgents()
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 wmAgents property.
For example, to add a new item, do as follows:
getWmAgents().add(newItem);
Objects of the following type(s) are allowed in the list
CfgAgentTeamHistory
public CfgTeamHistory withWmSiteId(int value)
public CfgTeamHistory withWmTeamId(int value)
public CfgTeamHistory withWmAgentsNSizeIs(int value)
public CfgTeamHistory withWmAgents(CfgAgentTeamHistory... values)
public CfgTeamHistory withWmAgents(java.util.Collection<CfgAgentTeamHistory> values)
public void setWmAgents(java.util.List<CfgAgentTeamHistory> wmAgents)
wmAgents
- allowed object is
CfgAgentTeamHistory
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.