public class Violation extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getAttributes() |
String |
getDetails() |
String |
getField() |
String |
getMessage() |
int |
hashCode() |
static Violation |
of(String field,
String message,
String details) |
static Violation |
of(String field,
String message,
String details,
Map<String,Object> attributes) |
Copyright © 2020. All rights reserved.