Class MaskingPolicyHealthReportLogSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.datasafe.model.MaskingPolicyHealthReportLogSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class MaskingPolicyHealthReportLogSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A log entry related to the pre-masking health check.
Note: Objects should always be created or deserialized using theMaskingPolicyHealthReportLogSummary.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 theMaskingPolicyHealthReportLogSummary.Builder
, which maintain a set of all explicitly set fields calledMaskingPolicyHealthReportLogSummary.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
MaskingPolicyHealthReportLogSummary.Builder
static class
MaskingPolicyHealthReportLogSummary.HealthCheckType
An enum type entry for each health check in the masking policy.static class
MaskingPolicyHealthReportLogSummary.MessageType
The log entry type.
-
Constructor Summary
Constructors Constructor Description MaskingPolicyHealthReportLogSummary(MaskingPolicyHealthReportLogSummary.MessageType messageType, Date timestamp, String message, String remediation, String description, MaskingPolicyHealthReportLogSummary.HealthCheckType healthCheckType)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaskingPolicyHealthReportLogSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getDescription()
A human-readable description for the log entry.MaskingPolicyHealthReportLogSummary.HealthCheckType
getHealthCheckType()
An enum type entry for each health check in the masking policy.String
getMessage()
A human-readable log entry.MaskingPolicyHealthReportLogSummary.MessageType
getMessageType()
The log entry type.String
getRemediation()
A human-readable log entry to remedy any error or warnings in the masking policy.Date
getTimestamp()
The date and time the log entry was created, in the format defined by RFC3339.int
hashCode()
MaskingPolicyHealthReportLogSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
MaskingPolicyHealthReportLogSummary
@Deprecated @ConstructorProperties({"messageType","timestamp","message","remediation","description","healthCheckType"}) public MaskingPolicyHealthReportLogSummary(MaskingPolicyHealthReportLogSummary.MessageType messageType, Date timestamp, String message, String remediation, String description, MaskingPolicyHealthReportLogSummary.HealthCheckType healthCheckType)
Deprecated.
-
-
Method Detail
-
builder
public static MaskingPolicyHealthReportLogSummary.Builder builder()
Create a new builder.
-
toBuilder
public MaskingPolicyHealthReportLogSummary.Builder toBuilder()
-
getMessageType
public MaskingPolicyHealthReportLogSummary.MessageType getMessageType()
The log entry type.- Returns:
- the value
-
getTimestamp
public Date getTimestamp()
The date and time the log entry was created, in the format defined by RFC3339.- Returns:
- the value
-
getMessage
public String getMessage()
A human-readable log entry.- Returns:
- the value
-
getRemediation
public String getRemediation()
A human-readable log entry to remedy any error or warnings in the masking policy.- Returns:
- the value
-
getDescription
public String getDescription()
A human-readable description for the log entry.- Returns:
- the value
-
getHealthCheckType
public MaskingPolicyHealthReportLogSummary.HealthCheckType getHealthCheckType()
An enum type entry for each health check in the masking policy.Each enum describes a type of health check. INVALID_OBJECT_CHECK checks if there exist any invalid objects in the masking tables. PRIVILEGE_CHECK checks if the masking user has sufficient privilege to run masking. TABLESPACE_CHECK checks if the user has sufficient default and TEMP tablespace. DATABASE_OR_SYSTEM_TRIGGERS_CHECK checks if there exist any database/system triggers available. UNDO_TABLESPACE_CHECK checks if the AUTOEXTEND feature is enabled for the undo tablespace. If it’s not enabled, it further checks if the undo tablespace has any space remaining STATE_STATS_CHECK checks if all the statistics of the masking table is upto date or not. OLS_POLICY_CHECK , VPD_POLICY_CHECK and REDACTION_POLICY_CHECK checks if the masking tables has Oracle Label Security (OLS) or Virtual Private Database (VPD) or Redaction policies enabled. DV_ENABLE_CHECK checks if database has Database Vault(DV) enabled DE_COL_SIZE_CHECK checks if any masking column with DETERMINISTIC ENCRYPTION as masking format has average column size greater than 27 or not. ACTIVE_MASK_JOB_CHECK checks if there is any active masking job running on the target database. DETERMINISTIC_ENCRYPTION_FORMAT_CHECK checks if any masking column has deterministic encryption masking format. COLUMN_EXIST_CHECK checks if the masking columns are available in the target database.
- 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
-
-