public class Violation extends Object
Modifier and Type | Field and Description |
---|---|
private String |
entity |
private String |
message |
private String |
type |
Constructor and Description |
---|
Violation() |
Modifier and Type | Method and Description |
---|---|
String |
getEntity() |
String |
getMessage() |
String |
getType() |
void |
setEntity(String entity) |
void |
setMessage(String message) |
void |
setType(String type) |