public class Violation extends Object
| Constructor and Description |
|---|
Violation(String checkName,
String message) |
Violation(String checkName,
String message,
Severity level) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCheckName() |
Severity |
getLevel() |
String |
getMessage() |
int |
hashCode() |
void |
setLevel(Severity level) |
String |
toString() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.