Class ServiceInformation.ControlState
- java.lang.Object
-
- xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ControlState
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ServiceInformation
public static class ServiceInformation.ControlState extends java.lang.Object implements java.io.Serializable
Main information on the management of the service (rights, status, possible actions)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ControlState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceInformation.ImpossibleActions
getImpossibleActions()
ServiceInformation.MissingRights
getMissingRights()
ServiceInformation.PerformableActions
getPerformableActions()
ServiceInformation.ServiceStatus
getServiceStatus()
-
-
-
Method Detail
-
getMissingRights
public ServiceInformation.MissingRights getMissingRights()
-
getImpossibleActions
public ServiceInformation.ImpossibleActions getImpossibleActions()
-
getServiceStatus
public ServiceInformation.ServiceStatus getServiceStatus()
-
getPerformableActions
public ServiceInformation.PerformableActions getPerformableActions()
-
-