public class ValidationMessageV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
fieldName
Field to which the message applies
|
java.lang.String |
message
Message text
|
java.lang.String |
messageType
Type of validation message (ERROR, WARN, INFO, HIDE)
|
| Constructor and Description |
|---|
ValidationMessageV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|