public class CfgValidationMsg
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
code
Message Code
|
protected java.lang.String |
message
Message Text
|
protected int |
number
Message Number
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CfgValidationMsg() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
int |
getNumber()
Gets the value of the number property.
|
int |
hashCode() |
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
java.lang.String |
toString() |
CfgValidationMsg |
withCode(java.lang.String value) |
CfgValidationMsg |
withMessage(java.lang.String value) |
CfgValidationMsg |
withNumber(int value) |
private static final long serialVersionUID
protected int number
protected java.lang.String code
protected java.lang.String message
public int getNumber()
public void setNumber(int value)
public java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic CfgValidationMsg withNumber(int value)
public CfgValidationMsg withCode(java.lang.String value)
public CfgValidationMsg withMessage(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.