Package com.zendesk.maxwell.monitoring
Class MaxwellDiagnosticResult.Check
- java.lang.Object
-
- com.zendesk.maxwell.monitoring.MaxwellDiagnosticResult.Check
-
- Enclosing class:
- MaxwellDiagnosticResult
public static class MaxwellDiagnosticResult.Check extends Object
-
-
Constructor Summary
Constructors Constructor Description Check(MaxwellDiagnostic diagnostic, boolean success, Map<String,String> info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getInfo()
String
getName()
String
getResource()
boolean
isMandatory()
boolean
isSuccess()
-
-
-
Constructor Detail
-
Check
public Check(MaxwellDiagnostic diagnostic, boolean success, Map<String,String> info)
-
-