private static class OptionsCheckRule.OptionWarning
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
option |
private int |
score |
private java.lang.String |
warning |
Constructor and Description |
---|
OptionWarning(java.lang.String option,
java.lang.String warning,
int score) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOption() |
int |
getScore() |
java.lang.String |
getWarning() |