public class CfgTeam
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
A timestamp value -- marks the point in time when Object information was obtained
|
protected java.util.List<java.lang.Integer> |
wmAgents
An array of Agent IDs (
CfgAgent ) that are members of this Team |
protected int |
wmAgentsNSizeIs
Number of elements in the wmAgents array
|
protected java.lang.String |
wmName
Team Name
|
protected int |
wmSiteId
Site ID, identifies
CfgSite object that Team belongs to |
protected int |
wmTeamId
Team ID
|
Constructor and Description |
---|
CfgTeam() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.util.List<java.lang.Integer> |
getWmAgents()
Gets the value of the wmAgents property.
|
int |
getWmAgentsNSizeIs()
Gets the value of the wmAgentsNSizeIs property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmTeamId()
Gets the value of the wmTeamId property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmAgents(java.util.List<java.lang.Integer> wmAgents)
Sets the value of the wmAgents property.
|
void |
setWmAgentsNSizeIs(int value)
Sets the value of the wmAgentsNSizeIs property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName 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() |
CfgTeam |
withTimestamp(long value) |
CfgTeam |
withWmAgents(java.util.Collection<java.lang.Integer> values) |
CfgTeam |
withWmAgents(java.lang.Integer... values) |
CfgTeam |
withWmAgentsNSizeIs(int value) |
CfgTeam |
withWmName(java.lang.String value) |
CfgTeam |
withWmSiteId(int value) |
CfgTeam |
withWmTeamId(int value) |
private static final long serialVersionUID
protected int wmTeamId
protected int wmSiteId
CfgSite
object that Team belongs toprotected java.lang.String wmName
protected int wmAgentsNSizeIs
protected java.util.List<java.lang.Integer> wmAgents
CfgAgent
) that are members of this Teamprotected long timestamp
public int getWmTeamId()
public void setWmTeamId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmAgentsNSizeIs()
public void setWmAgentsNSizeIs(int value)
public java.util.List<java.lang.Integer> 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
Integer
public long getTimestamp()
public void setTimestamp(long value)
public CfgTeam withWmTeamId(int value)
public CfgTeam withWmSiteId(int value)
public CfgTeam withWmName(java.lang.String value)
public CfgTeam withWmAgentsNSizeIs(int value)
public CfgTeam withWmAgents(java.lang.Integer... values)
public CfgTeam withWmAgents(java.util.Collection<java.lang.Integer> values)
public CfgTeam withTimestamp(long value)
public void setWmAgents(java.util.List<java.lang.Integer> wmAgents)
wmAgents
- 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.