Class ServiceInformation.ServiceStatus
- java.lang.Object
-
- xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ServiceStatus
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ServiceInformation
public static class ServiceInformation.ServiceStatus extends java.lang.Object implements java.io.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 int
getCode()
java.lang.String
getStatus()
boolean
isAcceptingStop()
boolean
isRunning()
boolean
isStopped()
-