-
public interface Check
-
-
Method Summary
Modifier and Type Method Description abstract Unitcheck()abstract Property<Boolean>getEnabled()abstract StringgetStatus()abstract BooleangetSuccess()BooleangetFailure()-
-
Method Detail
-
getEnabled
abstract Property<Boolean> getEnabled()
-
getSuccess
abstract Boolean getSuccess()
-
getFailure
Boolean getFailure()
-
-
-
-