public class CfgStateMapping
extends java.lang.Object
implements java.io.Serializable
CfgAgentState
Modifier and Type | Field and Description |
---|---|
protected int |
gswStateId |
private static long |
serialVersionUID |
protected java.lang.String |
wmReason |
Constructor and Description |
---|
CfgStateMapping() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswStateId()
Gets the value of the gswStateId property.
|
java.lang.String |
getWmReason()
Gets the value of the wmReason property.
|
int |
hashCode() |
void |
setGswStateId(int value)
Sets the value of the gswStateId property.
|
void |
setWmReason(java.lang.String value)
Sets the value of the wmReason property.
|
java.lang.String |
toString() |
CfgStateMapping |
withGswStateId(int value) |
CfgStateMapping |
withWmReason(java.lang.String value) |
private static final long serialVersionUID
protected int gswStateId
protected java.lang.String wmReason
public int getGswStateId()
public void setGswStateId(int value)
public java.lang.String getWmReason()
String
public void setWmReason(java.lang.String value)
value
- allowed object is
String
public CfgStateMapping withGswStateId(int value)
public CfgStateMapping withWmReason(java.lang.String value)
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.