@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
).
Modifier and Type | Class and Description |
---|---|
static class |
FindingsChangeAuditLogSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
static FindingsChangeAuditLogSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAssessmentId()
The OCID of the latest security assessment.
|
String |
getFindingKey()
The unique key that identifies the finding.
|
String |
getFindingTitle()
The short title for the finding whose risk is being modified.
|
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.
|
String |
getJustification()
The justification given by the user for accepting or modifying the risk level.
|
String |
getKey()
The unique key that identifies the finding risk change.
|
String |
getModifiedBy()
The user who initiated change of risk level of the finding
|
Finding.Severity |
getOracleDefinedSeverity()
The severity of the finding as determined by security assessment by Oracle.
|
Finding.Severity |
getPreviousSeverity()
If the risk level is changed more than once, the previous modified value.
|
Finding.Severity |
getSeverity()
The original severity / risk level of the finding as determined by security assessment.
|
String |
getTargetId()
The OCID of the target database.
|
Date |
getTimeUpdated()
The date and time the risk level of finding was last updated, in the format defined by
RFC3339.
|
Date |
getTimeValidUntil()
The date and time, in the format defined by RFC3339,
the risk level change as updated by user is valid until.
|
int |
hashCode() |
FindingsChangeAuditLogSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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)
public static FindingsChangeAuditLogSummary.Builder builder()
Create a new builder.
public FindingsChangeAuditLogSummary.Builder toBuilder()
public String getKey()
The unique key that identifies the finding risk change.
public String getFindingKey()
The unique key that identifies the finding.
public String getFindingTitle()
The short title for the finding whose risk is being modified.
public String getAssessmentId()
The OCID of the latest security assessment.
public String getTargetId()
The OCID of the target database.
public Date getTimeUpdated()
The date and time the risk level of finding was last updated, in the format defined by RFC3339.
public Finding.Severity getSeverity()
The original severity / risk level of the finding as determined by security assessment.
public Finding.Severity getOracleDefinedSeverity()
The severity of the finding as determined by security assessment by Oracle.
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.
public Finding.Severity getPreviousSeverity()
If the risk level is changed more than once, the previous modified value.
public String getJustification()
The justification given by the user for accepting or modifying the risk level.
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.
public String getModifiedBy()
The user who initiated change of risk level of the finding
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.