Package com.smeup.kokos.sdk.health
Class HealthState
java.lang.Object
com.smeup.kokos.sdk.health.HealthState
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HealthState
public HealthState() -
HealthState
public HealthState(boolean live, boolean ready)
-
-
Method Details
-
global
-
isLive
public boolean isLive() -
setLive
public void setLive(boolean live) -
isReady
public boolean isReady() -
setReady
public void setReady(boolean ready)
-