@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public enum Confidence extends Enum<Confidence> implements BmcEnum
Level of confidence that a sighting is not a false positive.
Enum Constant and Description |
---|
Critical |
High |
Low |
Medium |
Minor |
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 Confidence |
create(String key) |
String |
getValue() |
static Confidence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Confidence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Confidence Critical
public static final Confidence High
public static final Confidence Medium
public static final Confidence Low
public static final Confidence Minor
public static final Confidence UnknownEnumValue
public static Confidence[] values()
for (Confidence c : Confidence.values()) System.out.println(c);
public static Confidence 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 Confidence create(String key)
Copyright © 2016–2024. All rights reserved.