public class CfgAgentTeamHistory
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId |
private static long |
serialVersionUID |
protected java.util.List<CfgTeamRange> |
wmHistory |
protected int |
wmHistoryNSizeIs |
Constructor and Description |
---|
CfgAgentTeamHistory() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
java.util.List<CfgTeamRange> |
getWmHistory()
Gets the value of the wmHistory property.
|
int |
getWmHistoryNSizeIs()
Gets the value of the wmHistoryNSizeIs property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmHistory(java.util.List<CfgTeamRange> wmHistory)
Sets the value of the wmHistory property.
|
void |
setWmHistoryNSizeIs(int value)
Sets the value of the wmHistoryNSizeIs property.
|
java.lang.String |
toString() |
CfgAgentTeamHistory |
withGswAgentId(int value) |
CfgAgentTeamHistory |
withWmHistory(CfgTeamRange... values) |
CfgAgentTeamHistory |
withWmHistory(java.util.Collection<CfgTeamRange> values) |
CfgAgentTeamHistory |
withWmHistoryNSizeIs(int value) |
private static final long serialVersionUID
protected int gswAgentId
protected int wmHistoryNSizeIs
protected java.util.List<CfgTeamRange> wmHistory
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmHistoryNSizeIs()
public void setWmHistoryNSizeIs(int value)
public java.util.List<CfgTeamRange> getWmHistory()
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 wmHistory property.
For example, to add a new item, do as follows:
getWmHistory().add(newItem);
Objects of the following type(s) are allowed in the list
CfgTeamRange
public CfgAgentTeamHistory withGswAgentId(int value)
public CfgAgentTeamHistory withWmHistoryNSizeIs(int value)
public CfgAgentTeamHistory withWmHistory(CfgTeamRange... values)
public CfgAgentTeamHistory withWmHistory(java.util.Collection<CfgTeamRange> values)
public void setWmHistory(java.util.List<CfgTeamRange> wmHistory)
wmHistory
- allowed object is
CfgTeamRange
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.