public class ModelValidationResult extends Object
| Constructor and Description | 
|---|
| ModelValidationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addMessage(String message) | 
| String | getMessage(int i) | 
| int | getMessageCount() | 
| List<String> | getMessages() | 
| String | render(String indentation) | 
| String | toString() | 
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.