public class CfgTeam
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private long |
timestamp
A timestamp value -- marks time point when Object information was obtained
|
private int[] |
wmAgents
An array of Agent IDs (
CfgAgent) that are members of this Team |
private int |
wmAgentsNSizeIs
Number of elements in wmAgents array
|
private java.lang.String |
wmName
Team Name
|
private int |
wmSiteId
Site ID, identifies
CfgSite object that Team belongs to |
private int |
wmTeamId
Team ID
|
| Constructor and Description |
|---|
CfgTeam() |
CfgTeam(int wmTeamId,
int wmSiteId,
java.lang.String wmName,
int wmAgentsNSizeIs,
int[] wmAgents,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp()
Gets the timestamp value for this CfgTeam.
|
int[] |
getWmAgents()
Gets the wmAgents value for this CfgTeam.
|
int |
getWmAgentsNSizeIs()
Gets the wmAgentsNSizeIs value for this CfgTeam.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgTeam.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgTeam.
|
int |
getWmTeamId()
Gets the wmTeamId value for this CfgTeam.
|
int |
hashCode() |
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgTeam.
|
void |
setWmAgents(int[] wmAgents)
Sets the wmAgents value for this CfgTeam.
|
void |
setWmAgentsNSizeIs(int wmAgentsNSizeIs)
Sets the wmAgentsNSizeIs value for this CfgTeam.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgTeam.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgTeam.
|
void |
setWmTeamId(int wmTeamId)
Sets the wmTeamId value for this CfgTeam.
|
private int wmTeamId
private int wmSiteId
CfgSite object that Team belongs toprivate java.lang.String wmName
private int wmAgentsNSizeIs
private int[] wmAgents
CfgAgent) that are members of this Teamprivate long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgTeam()
public CfgTeam(int wmTeamId,
int wmSiteId,
java.lang.String wmName,
int wmAgentsNSizeIs,
int[] wmAgents,
long timestamp)
public int getWmTeamId()
public void setWmTeamId(int wmTeamId)
wmTeamId - public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId - public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName - public int getWmAgentsNSizeIs()
public void setWmAgentsNSizeIs(int wmAgentsNSizeIs)
wmAgentsNSizeIs - public int[] getWmAgents()
public void setWmAgents(int[] wmAgents)
wmAgents - public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.