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
|
protected int |
objectID
Objecy ID
|
protected int |
objectType
Object Type
ECfgObjectType |
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 |
getObjectID()
Gets the value of the objectID property.
|
int |
getObjectType()
Gets the value of the objectType 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.
|
void |
setObjectID(int value)
Sets the value of the objectID property.
|
void |
setObjectType(int value)
Sets the value of the objectType property.
|
java.lang.String |
toString() |
CfgValidationMsg |
withCode(java.lang.String value) |
CfgValidationMsg |
withMessage(java.lang.String value) |
CfgValidationMsg |
withNumber(int value) |
CfgValidationMsg |
withObjectID(int value) |
CfgValidationMsg |
withObjectType(int value) |
private static final long serialVersionUID
protected int number
protected java.lang.String code
protected java.lang.String message
protected int objectType
ECfgObjectType
protected int objectID
public int getNumber()
public void setNumber(int value)
public java.lang.String getCode()
String
public void setCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public int getObjectType()
public void setObjectType(int value)
public int getObjectID()
public void setObjectID(int value)
public CfgValidationMsg withNumber(int value)
public CfgValidationMsg withCode(java.lang.String value)
public CfgValidationMsg withMessage(java.lang.String value)
public CfgValidationMsg withObjectType(int value)
public CfgValidationMsg withObjectID(int 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.