Class ServiceInformation
- java.lang.Object
-
- xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceInformation extends java.lang.Object implements java.io.SerializableAvailable service information. Note that not all data will be available at all time.- Author:
- brandonfontany-legall
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceInformation.ControlStateMain information on the management of the service (rights, status, possible actions)static classServiceInformation.ImpossibleActionsActions that cannot be performed on a servicestatic classServiceInformation.MissingRightsRights on a servicestatic classServiceInformation.PerformableActionsList of actions that can be done on the servicestatic classServiceInformation.RuntimeMain system information of a servicestatic classServiceInformation.ServiceMain information for a servicestatic classServiceInformation.ServiceStatusInformation on the status of the service
-
Constructor Summary
Constructors Constructor Description ServiceInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceInformation.ControlStategetControlState()ServiceInformation.RuntimegetRuntime()ServiceInformation.ServicegetService()
-
-
-
Method Detail
-
getService
public ServiceInformation.Service getService()
-
getControlState
public ServiceInformation.ControlState getControlState()
-
getRuntime
public ServiceInformation.Runtime getRuntime()
-
-