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.ExplicitlySetBmcModelThe 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 SummaryNested Classes Modifier and Type Class Description static classFindingAnalyticsDimensions.Builderstatic classFindingAnalyticsDimensions.SeverityThe severity (risk level) of the finding.static classFindingAnalyticsDimensions.TopFindingStatusThe status of the top finding.
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindingAnalyticsDimensions.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCategory()The category of the top finding.StringgetKey()Each finding in security assessment has an associated key (think of key as a finding’s name).ReferencesgetReferences()Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.StringgetRemarks()The explanation of the issue in this finding.FindingAnalyticsDimensions.SeveritygetSeverity()The severity (risk level) of the finding.StringgetTargetId()The OCID of the target database.StringgetTitle()The short title of the finding.StringgetTopFindingCategory()The category of the top finding.FindingAnalyticsDimensions.TopFindingStatusgetTopFindingStatus()The status of the top finding.inthashCode()FindingAnalyticsDimensions.BuildertoBuilder()StringtoString()StringtoString(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- 
builderpublic static FindingAnalyticsDimensions.Builder builder() Create a new builder.
 - 
toBuilderpublic FindingAnalyticsDimensions.Builder toBuilder() 
 - 
getKeypublic 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
 
 - 
getTopFindingCategorypublic String getTopFindingCategory() The category of the top finding.- Returns:
- the value
 
 - 
getCategorypublic String getCategory() The category of the top finding.- Returns:
- the value
 
 - 
getTitlepublic String getTitle() The short title of the finding.- Returns:
- the value
 
 - 
getTopFindingStatuspublic 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
 
 - 
getSeveritypublic FindingAnalyticsDimensions.Severity getSeverity() The severity (risk level) of the finding.- Returns:
- the value
 
 - 
getRemarkspublic 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
 
 - 
getTargetIdpublic String getTargetId() The OCID of the target database.- Returns:
- the value
 
 - 
getReferencespublic 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
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-