Package com.oracle.bmc.datasafe.model
Class FindingAnalyticsDimensions
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.datasafe.model.FindingAnalyticsDimensions
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class FindingAnalyticsDimensions extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The scope of analytics data.
Note: Objects should always be created or deserialized using theFindingAnalyticsDimensions.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theFindingAnalyticsDimensions.Builder
, which maintain a set of all explicitly set fields calledFindingAnalyticsDimensions.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FindingAnalyticsDimensions.Builder
static class
FindingAnalyticsDimensions.Severity
The severity (risk level) of the finding.static class
FindingAnalyticsDimensions.TopFindingStatus
The status of the top finding.
-
Constructor Summary
Constructors Constructor Description FindingAnalyticsDimensions(String key, String topFindingCategory, String category, String title, FindingAnalyticsDimensions.TopFindingStatus topFindingStatus, FindingAnalyticsDimensions.Severity severity, String remarks, String targetId, References references)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindingAnalyticsDimensions.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCategory()
The category of the top finding.String
getKey()
Each finding in security assessment has an associated key (think of key as a finding’s name).References
getReferences()
Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.String
getRemarks()
The explanation of the issue in this finding.FindingAnalyticsDimensions.Severity
getSeverity()
The severity (risk level) of the finding.String
getTargetId()
The OCID of the target database.String
getTitle()
The short title of the finding.String
getTopFindingCategory()
The category of the top finding.FindingAnalyticsDimensions.TopFindingStatus
getTopFindingStatus()
The status of the top finding.int
hashCode()
FindingAnalyticsDimensions.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
FindingAnalyticsDimensions
@Deprecated @ConstructorProperties({"key","topFindingCategory","category","title","topFindingStatus","severity","remarks","targetId","references"}) public FindingAnalyticsDimensions(String key, String topFindingCategory, String category, String title, FindingAnalyticsDimensions.TopFindingStatus topFindingStatus, FindingAnalyticsDimensions.Severity severity, String remarks, String targetId, References references)
Deprecated.
-
-
Method Detail
-
builder
public static FindingAnalyticsDimensions.Builder builder()
Create a new builder.
-
toBuilder
public FindingAnalyticsDimensions.Builder toBuilder()
-
getKey
public String getKey()
Each finding in security assessment has an associated key (think of key as a finding’s name).For a given finding, the key will be the same across targets. The user can use these keys to filter the findings.
- Returns:
- the value
-
getTopFindingCategory
public String getTopFindingCategory()
The category of the top finding.- Returns:
- the value
-
getCategory
public String getCategory()
The category of the top finding.- Returns:
- the value
-
getTitle
public String getTitle()
The short title of the finding.- Returns:
- the value
-
getTopFindingStatus
public FindingAnalyticsDimensions.TopFindingStatus getTopFindingStatus()
The status of the top finding.All findings will have “severity” to indicate the risk level, but only top findings will have “status”. Possible status: Pass / Risk (Low, Medium, High)/ Evaluate / Advisory / Deferred Instead of having “Low, Medium, High” in severity, “Risk” will include these three situations in status.
- Returns:
- the value
-
getSeverity
public FindingAnalyticsDimensions.Severity getSeverity()
The severity (risk level) of the finding.- Returns:
- the value
-
getRemarks
public String getRemarks()
The explanation of the issue in this finding.It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
- Returns:
- the value
-
getTargetId
public String getTargetId()
The OCID of the target database.- Returns:
- the value
-
getReferences
public References getReferences()
Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-