Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static FindingAnalyticsDimensions.Severity |
FindingAnalyticsDimensions.Severity.create(String key) |
FindingAnalyticsDimensions.Severity |
FindingAnalyticsDimensions.getSeverity()
The severity (risk level) of the finding.
|
static FindingAnalyticsDimensions.Severity |
FindingAnalyticsDimensions.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindingAnalyticsDimensions.Severity[] |
FindingAnalyticsDimensions.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FindingAnalyticsDimensions.Builder |
FindingAnalyticsDimensions.Builder.severity(FindingAnalyticsDimensions.Severity severity)
The severity (risk level) of the finding.
|
Constructor and Description |
---|
FindingAnalyticsDimensions(String key,
String topFindingCategory,
String title,
FindingAnalyticsDimensions.TopFindingStatus topFindingStatus,
FindingAnalyticsDimensions.Severity severity,
String targetId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.