public class ValidationResult extends Object
| Constructor and Description |
|---|
ValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMessages() |
boolean |
isSuccess() |
void |
setMessages(List<String> messages) |
void |
setSuccess(boolean isSuccess) |
Copyright © 2016. All rights reserved.