@Generated(value="OracleSDKGenerator", comments="API Version: 20230831") public enum ComplianceRuleSeverity extends Enum<ComplianceRuleSeverity> implements BmcEnum
Possible Compliance Rule severities.
Enum Constant and Description |
---|
Critical |
High |
Low |
Medium |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ComplianceRuleSeverity |
create(String key) |
String |
getValue() |
static ComplianceRuleSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplianceRuleSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComplianceRuleSeverity Critical
public static final ComplianceRuleSeverity High
public static final ComplianceRuleSeverity Medium
public static final ComplianceRuleSeverity Low
public static final ComplianceRuleSeverity UnknownEnumValue
public static ComplianceRuleSeverity[] values()
for (ComplianceRuleSeverity c : ComplianceRuleSeverity.values()) System.out.println(c);
public static ComplianceRuleSeverity valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ComplianceRuleSeverity create(String key)
Copyright © 2016–2024. All rights reserved.