public class CfgEnum
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmCfgEnumId
Enumerator ID
|
protected java.lang.String |
wmDescription
Description corresponding to wmValue
|
protected int |
wmValue
Enumerator value
|
Constructor and Description |
---|
CfgEnum() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmCfgEnumId()
Gets the value of the wmCfgEnumId property.
|
java.lang.String |
getWmDescription()
Gets the value of the wmDescription property.
|
int |
getWmValue()
Gets the value of the wmValue property.
|
int |
hashCode() |
void |
setWmCfgEnumId(int value)
Sets the value of the wmCfgEnumId property.
|
void |
setWmDescription(java.lang.String value)
Sets the value of the wmDescription property.
|
void |
setWmValue(int value)
Sets the value of the wmValue property.
|
java.lang.String |
toString() |
CfgEnum |
withWmCfgEnumId(int value) |
CfgEnum |
withWmDescription(java.lang.String value) |
CfgEnum |
withWmValue(int value) |
private static final long serialVersionUID
protected int wmCfgEnumId
protected int wmValue
protected java.lang.String wmDescription
public int getWmCfgEnumId()
public void setWmCfgEnumId(int value)
public int getWmValue()
public void setWmValue(int value)
public java.lang.String getWmDescription()
String
public void setWmDescription(java.lang.String value)
value
- allowed object is
String
public CfgEnum withWmCfgEnumId(int value)
public CfgEnum withWmValue(int value)
public CfgEnum withWmDescription(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.