public static class ValidationResult.ValidationError extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
field |
private String |
message |
| Constructor and Description |
|---|
ValidationError() |
ValidationError(String field,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getField() |
String |
getMessage() |
void |
setField(String field) |
void |
setMessage(String message) |
String |
toString() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.