public class CfgTeamShort
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected int |
wmAgentsNSizeIs
Number of agents in this Team
|
protected java.lang.String |
wmName
Team Name
|
protected int |
wmSiteId
Site ID--identifies
CfgSite object to which the Team belongs |
protected int |
wmTeamId
Team ID
|
| Constructor and Description |
|---|
CfgTeamShort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
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 |
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() |
CfgTeamShort |
withWmAgentsNSizeIs(int value) |
CfgTeamShort |
withWmName(java.lang.String value) |
CfgTeamShort |
withWmSiteId(int value) |
CfgTeamShort |
withWmTeamId(int value) |
private static final long serialVersionUID
protected int wmTeamId
protected int wmSiteId
CfgSite object to which the Team belongsprotected java.lang.String wmName
protected int wmAgentsNSizeIs
public int getWmTeamId()
public void setWmTeamId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public java.lang.String getWmName()
Stringpublic void setWmName(java.lang.String value)
value - allowed object is
Stringpublic int getWmAgentsNSizeIs()
public void setWmAgentsNSizeIs(int value)
public CfgTeamShort withWmTeamId(int value)
public CfgTeamShort withWmSiteId(int value)
public CfgTeamShort withWmName(java.lang.String value)
public CfgTeamShort withWmAgentsNSizeIs(int value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.