public class ValidationResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
create(List<Violation> violations)
Use this fabric method to create validation results
|
boolean |
equals(Object o) |
ViolationLevel |
getLevel() |
List<Violation> |
getViolations() |
int |
hashCode() |
boolean |
passed() |
String |
toString() |
public static ValidationResult create(List<Violation> violations)
violations - list of violationspublic ViolationLevel getLevel()
public boolean passed()
Copyright © 2015. All Rights Reserved.