Package com.oracle.bmc.datasafe.model
Class FindingsChangeAuditLogSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datasafe.model.FindingsChangeAuditLogSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class FindingsChangeAuditLogSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary of audit log of risk updates of findings of specified security assessment.
 Note: Objects should always be created or deserialized using theFindingsChangeAuditLogSummary.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 theFindingsChangeAuditLogSummary.Builder, which maintain a set of all explicitly set fields calledFindingsChangeAuditLogSummary.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 classFindingsChangeAuditLogSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description FindingsChangeAuditLogSummary(String key, String findingKey, String findingTitle, String assessmentId, String targetId, Date timeUpdated, Finding.Severity severity, Finding.Severity oracleDefinedSeverity, Boolean isRiskDeferred, Finding.Severity previousSeverity, String justification, Date timeValidUntil, String modifiedBy)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindingsChangeAuditLogSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAssessmentId()The OCID of the latest security assessment.StringgetFindingKey()The unique key that identifies the finding.StringgetFindingTitle()The short title for the finding whose risk is being modified.BooleangetIsRiskDeferred()Determines if the user has deferred the risk level of this finding when he is ok with it and does not plan to do anything about it.StringgetJustification()The justification given by the user for accepting or modifying the risk level.StringgetKey()The unique key that identifies the finding risk change.StringgetModifiedBy()The user who initiated change of risk level of the findingFinding.SeveritygetOracleDefinedSeverity()The severity of the finding as determined by security assessment by Oracle.Finding.SeveritygetPreviousSeverity()If the risk level is changed more than once, the previous modified value.Finding.SeveritygetSeverity()The original severity / risk level of the finding as determined by security assessment.StringgetTargetId()The OCID of the target database.DategetTimeUpdated()The date and time the risk level of finding was last updated, in the format defined by RFC3339.DategetTimeValidUntil()The date and time, in the format defined by RFC3339, the risk level change as updated by user is valid until.inthashCode()FindingsChangeAuditLogSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
FindingsChangeAuditLogSummary@Deprecated @ConstructorProperties({"key","findingKey","findingTitle","assessmentId","targetId","timeUpdated","severity","oracleDefinedSeverity","isRiskDeferred","previousSeverity","justification","timeValidUntil","modifiedBy"}) public FindingsChangeAuditLogSummary(String key, String findingKey, String findingTitle, String assessmentId, String targetId, Date timeUpdated, Finding.Severity severity, Finding.Severity oracleDefinedSeverity, Boolean isRiskDeferred, Finding.Severity previousSeverity, String justification, Date timeValidUntil, String modifiedBy) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static FindingsChangeAuditLogSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic FindingsChangeAuditLogSummary.Builder toBuilder() 
 - 
getKeypublic String getKey() The unique key that identifies the finding risk change.- Returns:
- the value
 
 - 
getFindingKeypublic String getFindingKey() The unique key that identifies the finding.- Returns:
- the value
 
 - 
getFindingTitlepublic String getFindingTitle() The short title for the finding whose risk is being modified.- Returns:
- the value
 
 - 
getAssessmentIdpublic String getAssessmentId() The OCID of the latest security assessment.- Returns:
- the value
 
 - 
getTargetIdpublic String getTargetId() The OCID of the target database.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The date and time the risk level of finding was last updated, in the format defined by RFC3339.- Returns:
- the value
 
 - 
getSeveritypublic Finding.Severity getSeverity() The original severity / risk level of the finding as determined by security assessment.- Returns:
- the value
 
 - 
getOracleDefinedSeveritypublic Finding.Severity getOracleDefinedSeverity() The severity of the finding as determined by security assessment by Oracle.- Returns:
- the value
 
 - 
getIsRiskDeferredpublic Boolean getIsRiskDeferred() Determines if the user has deferred the risk level of this finding when he is ok with it and does not plan to do anything about it.- Returns:
- the value
 
 - 
getPreviousSeveritypublic Finding.Severity getPreviousSeverity() If the risk level is changed more than once, the previous modified value.- Returns:
- the value
 
 - 
getJustificationpublic String getJustification() The justification given by the user for accepting or modifying the risk level.- Returns:
- the value
 
 - 
getTimeValidUntilpublic Date getTimeValidUntil() The date and time, in the format defined by RFC3339, the risk level change as updated by user is valid until.After this date passes, the risk level will be that of what is determined by the latest security assessment. - Returns:
- the value
 
 - 
getModifiedBypublic String getModifiedBy() The user who initiated change of risk level of the finding- 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
 
 
- 
 
-