Uses of Enum Class
com.morpheusdata.model.DriftState.Severity
Packages that use DriftState.Severity
-
Uses of DriftState.Severity in com.morpheusdata.model
Fields in com.morpheusdata.model declared as DriftState.SeverityModifier and TypeFieldDescriptionprotected DriftState.SeverityDriftState.DriftRuleResult.severityMethods in com.morpheusdata.model that return DriftState.SeverityModifier and TypeMethodDescriptionDriftState.DriftRuleResult.getSeverity()static DriftState.SeverityReturns the enum constant of this class with the specified name.static DriftState.Severity[]DriftState.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.morpheusdata.model with parameters of type DriftState.SeverityModifier and TypeMethodDescriptionvoidDriftState.DriftRuleResult.setSeverity(DriftState.Severity severity)