Class FindingsChangeAuditLogSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20181201")
    public final class FindingsChangeAuditLogSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Summary of audit log of risk updates of findings of specified security assessment.
    Note: Objects should always be created or deserialized using the FindingsChangeAuditLogSummary.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 the FindingsChangeAuditLogSummary.Builder, which maintain a set of all explicitly set fields called FindingsChangeAuditLogSummary.Builder.__explicitlySet__. The hashCode() and equals(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).
    • Method Detail

      • getKey

        public String getKey()
        The unique key that identifies the finding risk change.
        Returns:
        the value
      • getFindingKey

        public String getFindingKey()
        The unique key that identifies the finding.
        Returns:
        the value
      • getFindingTitle

        public String getFindingTitle()
        The short title for the finding whose risk is being modified.
        Returns:
        the value
      • getAssessmentId

        public String getAssessmentId()
        The OCID of the latest security assessment.
        Returns:
        the value
      • getTargetId

        public String getTargetId()
        The OCID of the target database.
        Returns:
        the value
      • getTimeUpdated

        public Date getTimeUpdated()
        The date and time the risk level of finding was last updated, in the format defined by RFC3339.
        Returns:
        the value
      • getSeverity

        public Finding.Severity getSeverity()
        The original severity / risk level of the finding as determined by security assessment.
        Returns:
        the value
      • getOracleDefinedSeverity

        public Finding.Severity getOracleDefinedSeverity()
        The severity of the finding as determined by security assessment by Oracle.
        Returns:
        the value
      • getIsRiskDeferred

        public 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
      • getPreviousSeverity

        public Finding.Severity getPreviousSeverity()
        If the risk level is changed more than once, the previous modified value.
        Returns:
        the value
      • getJustification

        public String getJustification()
        The justification given by the user for accepting or modifying the risk level.
        Returns:
        the value
      • getTimeValidUntil

        public 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
      • getModifiedBy

        public String getModifiedBy()
        The user who initiated change of risk level of the finding
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel