public class MaxwellDiagnosticResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MaxwellDiagnosticResult.Check |
Constructor and Description |
---|
MaxwellDiagnosticResult(List<MaxwellDiagnosticResult.Check> checks) |
Modifier and Type | Method and Description |
---|---|
List<MaxwellDiagnosticResult.Check> |
getChecks() |
boolean |
isMandatoryFailed() |
boolean |
isSuccess() |
public MaxwellDiagnosticResult(List<MaxwellDiagnosticResult.Check> checks)
public boolean isSuccess()
public boolean isMandatoryFailed()
public List<MaxwellDiagnosticResult.Check> getChecks()
Copyright © 2018. All rights reserved.