Class ServiceInformation.ServiceStatus
- java.lang.Object
-
- xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ServiceStatus
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ServiceInformation
public static class ServiceInformation.ServiceStatus extends Object implements Serializable
Information on the status of the service- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()StringgetStatus()booleanisAcceptingStop()booleanisRunning()booleanisStopped()
-
-
-
Method Detail
-
getCode
public int getCode()
-
isRunning
public boolean isRunning()
-
getStatus
public String getStatus()
-
isAcceptingStop
public boolean isAcceptingStop()
-
isStopped
public boolean isStopped()
-
-