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