public class CfgAgentState
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
gswStateId
Genesys Agent State ID
|
private static long |
serialVersionUID |
protected java.lang.String |
wmName
State Name
|
| Constructor and Description |
|---|
CfgAgentState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswStateId()
Gets the value of the gswStateId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
hashCode() |
void |
setGswStateId(int value)
Sets the value of the gswStateId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
java.lang.String |
toString() |
CfgAgentState |
withGswStateId(int value) |
CfgAgentState |
withWmName(java.lang.String value) |
private static final long serialVersionUID
protected int gswStateId
protected java.lang.String wmName
public int getGswStateId()
public void setGswStateId(int value)
public java.lang.String getWmName()
Stringpublic void setWmName(java.lang.String value)
value - allowed object is
Stringpublic CfgAgentState withGswStateId(int value)
public CfgAgentState withWmName(java.lang.String 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.