Uses of Enum Class
org.sentrysoftware.metricshub.engine.common.helpers.state.IntrusionStatus
Packages that use IntrusionStatus
-
Uses of IntrusionStatus in org.sentrysoftware.metricshub.engine.common.helpers.state
Methods in org.sentrysoftware.metricshub.engine.common.helpers.state that return IntrusionStatusModifier and TypeMethodDescriptionstatic IntrusionStatusReturns the enum constant of this class with the specified name.static IntrusionStatus[]IntrusionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sentrysoftware.metricshub.engine.common.helpers.state that return types with arguments of type IntrusionStatusModifier and TypeMethodDescriptionstatic Optional<IntrusionStatus> Interpret the specified state value: {0, ok, closed} as CLOSED {1, degraded, 2, failed, open} as OPEN