Uses of Enum Class
org.apache.nifi.api.toolkit.model.ControllerServiceRunStatusEntity.StateEnum
Packages that use ControllerServiceRunStatusEntity.StateEnum
-
Uses of ControllerServiceRunStatusEntity.StateEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ControllerServiceRunStatusEntity.StateEnumMethods in org.apache.nifi.api.toolkit.model that return ControllerServiceRunStatusEntity.StateEnumModifier and TypeMethodDescriptionControllerServiceRunStatusEntity.getState()
The run status of the ControllerService.Returns the enum constant of this class with the specified name.ControllerServiceRunStatusEntity.StateEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.api.toolkit.model with parameters of type ControllerServiceRunStatusEntity.StateEnumModifier and TypeMethodDescriptionvoid
ControllerServiceRunStatusEntity.setState
(ControllerServiceRunStatusEntity.StateEnum state) ControllerServiceRunStatusEntity.state
(ControllerServiceRunStatusEntity.StateEnum state)