Class ConsistencyCheckInfo.ConsistencyProblemInfo
java.lang.Object
com.google.gerrit.extensions.api.config.ConsistencyCheckInfo.ConsistencyProblemInfo
- Enclosing class:
- ConsistencyCheckInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
status
-
message
-
-
Constructor Details
-
ConsistencyProblemInfo
public ConsistencyProblemInfo(ConsistencyCheckInfo.ConsistencyProblemInfo.Status status, String message)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
warning
@FormatMethod public static ConsistencyCheckInfo.ConsistencyProblemInfo warning(String fmt, Object... args) -
error
@FormatMethod public static ConsistencyCheckInfo.ConsistencyProblemInfo error(String fmt, Object... args)
-