Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static FindingSummary.Severity |
FindingSummary.Severity.create(String key) |
FindingSummary.Severity |
FindingSummary.getSeverity()
The severity of the finding as determined by security assessment and is same as
oracleDefinedSeverity, unless modified by user.
|
static FindingSummary.Severity |
FindingSummary.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindingSummary.Severity[] |
FindingSummary.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FindingSummary.Builder |
FindingSummary.Builder.severity(FindingSummary.Severity severity)
The severity of the finding as determined by security assessment and is same as
oracleDefinedSeverity, unless modified by user.
|
Constructor and Description |
---|
FindingSummary(FindingSummary.Severity severity,
String assessmentId,
String targetId,
String key,
Boolean isTopFinding,
String title,
String remarks,
Object details,
String summary,
String oneline,
References references,
Finding.Severity oracleDefinedSeverity,
Boolean isRiskModified,
Boolean hasTargetDbRiskLevelChanged,
String justification,
Date timeValidUntil,
Date timeUpdated,
FindingLifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.