Class MaskingReport
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datasafe.model.MaskingReport
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class MaskingReport extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA masking report contains information about a completed masking request.It includes details such as the target database masked, masking policy used, masking start and finish time, total number of schemas, tables, columns and values masked, masked columns, and the masking formats used. 
 Note: Objects should always be created or deserialized using theMaskingReport.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 theMaskingReport.Builder, which maintain a set of all explicitly set fields calledMaskingReport.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 classMaskingReport.Builderstatic classMaskingReport.MaskingStatusThe status of the masking job.
 - 
Constructor SummaryConstructors Constructor Description MaskingReport(String id, String compartmentId, String maskingWorkRequestId, String maskingPolicyId, String targetId, Long totalMaskedSensitiveTypes, Long totalMaskedSchemas, Long totalMaskedObjects, Long totalMaskedColumns, Long totalMaskedValues, Date timeMaskingStarted, Date timeMaskingFinished, MaskingLifecycleState lifecycleState, Date timeCreated, Boolean isDropTempTablesEnabled, Boolean isRedoLoggingEnabled, Boolean isRefreshStatsEnabled, String parallelDegree, String recompile, MaskingReport.MaskingStatus maskingStatus, Long totalPreMaskingScriptErrors, Long totalPostMaskingScriptErrors)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaskingReport.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()The OCID of the compartment that contains the masking report.StringgetId()The OCID of the masking report.BooleangetIsDropTempTablesEnabled()Indicates if the temporary tables created during the masking operation were dropped after masking.BooleangetIsRedoLoggingEnabled()Indicates if redo logging was enabled during the masking operation.BooleangetIsRefreshStatsEnabled()Indicates if statistics gathering was enabled during the masking operation.MaskingLifecycleStategetLifecycleState()The current state of the masking report.StringgetMaskingPolicyId()The OCID of the masking policy used.MaskingReport.MaskingStatusgetMaskingStatus()The status of the masking job.StringgetMaskingWorkRequestId()The OCID of the masking work request that resulted in this masking report.StringgetParallelDegree()Indicates if parallel execution was enabled during the masking operation.StringgetRecompile()Indicates how invalid objects were recompiled post the masking operation.StringgetTargetId()The OCID of the target database masked.DategetTimeCreated()The date and time the masking report was created, in the format defined by RFC3339.DategetTimeMaskingFinished()The date and time data masking finished, in the format defined by RFC3339DategetTimeMaskingStarted()The date and time data masking started, in the format defined by RFC3339LonggetTotalMaskedColumns()The total number of masked columns.LonggetTotalMaskedObjects()The total number of unique objects (tables and editioning views) that contain the masked columns.LonggetTotalMaskedSchemas()The total number of unique schemas that contain the masked columns.LonggetTotalMaskedSensitiveTypes()The total number of unique sensitive types associated with the masked columns.LonggetTotalMaskedValues()The total number of masked values.LonggetTotalPostMaskingScriptErrors()The total number of errors in post-masking script.LonggetTotalPreMaskingScriptErrors()The total number of errors in pre-masking script.inthashCode()MaskingReport.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
MaskingReport@Deprecated @ConstructorProperties({"id","compartmentId","maskingWorkRequestId","maskingPolicyId","targetId","totalMaskedSensitiveTypes","totalMaskedSchemas","totalMaskedObjects","totalMaskedColumns","totalMaskedValues","timeMaskingStarted","timeMaskingFinished","lifecycleState","timeCreated","isDropTempTablesEnabled","isRedoLoggingEnabled","isRefreshStatsEnabled","parallelDegree","recompile","maskingStatus","totalPreMaskingScriptErrors","totalPostMaskingScriptErrors"}) public MaskingReport(String id, String compartmentId, String maskingWorkRequestId, String maskingPolicyId, String targetId, Long totalMaskedSensitiveTypes, Long totalMaskedSchemas, Long totalMaskedObjects, Long totalMaskedColumns, Long totalMaskedValues, Date timeMaskingStarted, Date timeMaskingFinished, MaskingLifecycleState lifecycleState, Date timeCreated, Boolean isDropTempTablesEnabled, Boolean isRedoLoggingEnabled, Boolean isRefreshStatsEnabled, String parallelDegree, String recompile, MaskingReport.MaskingStatus maskingStatus, Long totalPreMaskingScriptErrors, Long totalPostMaskingScriptErrors) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static MaskingReport.Builder builder() Create a new builder.
 - 
toBuilderpublic MaskingReport.Builder toBuilder() 
 - 
getIdpublic String getId() The OCID of the masking report.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment that contains the masking report.- Returns:
- the value
 
 - 
getMaskingWorkRequestIdpublic String getMaskingWorkRequestId() The OCID of the masking work request that resulted in this masking report.- Returns:
- the value
 
 - 
getMaskingPolicyIdpublic String getMaskingPolicyId() The OCID of the masking policy used.- Returns:
- the value
 
 - 
getTargetIdpublic String getTargetId() The OCID of the target database masked.- Returns:
- the value
 
 - 
getTotalMaskedSensitiveTypespublic Long getTotalMaskedSensitiveTypes() The total number of unique sensitive types associated with the masked columns.- Returns:
- the value
 
 - 
getTotalMaskedSchemaspublic Long getTotalMaskedSchemas() The total number of unique schemas that contain the masked columns.- Returns:
- the value
 
 - 
getTotalMaskedObjectspublic Long getTotalMaskedObjects() The total number of unique objects (tables and editioning views) that contain the masked columns.- Returns:
- the value
 
 - 
getTotalMaskedColumnspublic Long getTotalMaskedColumns() The total number of masked columns.- Returns:
- the value
 
 - 
getTotalMaskedValuespublic Long getTotalMaskedValues() The total number of masked values.- Returns:
- the value
 
 - 
getTimeMaskingStartedpublic Date getTimeMaskingStarted() The date and time data masking started, in the format defined by RFC3339- Returns:
- the value
 
 - 
getTimeMaskingFinishedpublic Date getTimeMaskingFinished() The date and time data masking finished, in the format defined by RFC3339- Returns:
- the value
 
 - 
getLifecycleStatepublic MaskingLifecycleState getLifecycleState() The current state of the masking report.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The date and time the masking report was created, in the format defined by RFC3339.- Returns:
- the value
 
 - 
getIsDropTempTablesEnabledpublic Boolean getIsDropTempTablesEnabled() Indicates if the temporary tables created during the masking operation were dropped after masking.- Returns:
- the value
 
 - 
getIsRedoLoggingEnabledpublic Boolean getIsRedoLoggingEnabled() Indicates if redo logging was enabled during the masking operation.- Returns:
- the value
 
 - 
getIsRefreshStatsEnabledpublic Boolean getIsRefreshStatsEnabled() Indicates if statistics gathering was enabled during the masking operation.- Returns:
- the value
 
 - 
getParallelDegreepublic String getParallelDegree() Indicates if parallel execution was enabled during the masking operation.- Returns:
- the value
 
 - 
getRecompilepublic String getRecompile() Indicates how invalid objects were recompiled post the masking operation.- Returns:
- the value
 
 - 
getMaskingStatuspublic MaskingReport.MaskingStatus getMaskingStatus() The status of the masking job.- Returns:
- the value
 
 - 
getTotalPreMaskingScriptErrorspublic Long getTotalPreMaskingScriptErrors() The total number of errors in pre-masking script.- Returns:
- the value
 
 - 
getTotalPostMaskingScriptErrorspublic Long getTotalPostMaskingScriptErrors() The total number of errors in post-masking script.- 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
 
 
- 
 
-