Package com.oracle.bmc.datasafe.model
Class MaskingColumnSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datasafe.model.MaskingColumnSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class MaskingColumnSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary of a masking column.
 Note: Objects should always be created or deserialized using theMaskingColumnSummary.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 theMaskingColumnSummary.Builder, which maintain a set of all explicitly set fields calledMaskingColumnSummary.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 classMaskingColumnSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description MaskingColumnSummary(String key, String maskingPolicyId, MaskingColumnLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String schemaName, String objectName, ObjectType objectType, String columnName, List<String> childColumns, String maskingColumnGroup, String sensitiveTypeId, Boolean isMaskingEnabled, String dataType, List<MaskingFormat> maskingFormats)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaskingColumnSummary.Builderbuilder()Create a new builder.booleanequals(Object o)List<String>getChildColumns()An array of child columns that are in referential relationship with the masking column.StringgetColumnName()The name of the database column.StringgetDataType()The data type of the masking column.BooleangetIsMaskingEnabled()Indicates whether data masking is enabled for the masking column.StringgetKey()The unique key that identifies a masking column.StringgetLifecycleDetails()Details about the current state of the masking column.MaskingColumnLifecycleStategetLifecycleState()The current state of the masking column.StringgetMaskingColumnGroup()The group of the masking column.List<MaskingFormat>getMaskingFormats()An array of masking formats assigned to the masking column.StringgetMaskingPolicyId()The OCID of the masking policy that contains the masking column.StringgetObjectName()The name of the object (table or editioning view) that contains the database column.ObjectTypegetObjectType()The type of the object that contains the database column.StringgetSchemaName()The name of the schema that contains the database column.StringgetSensitiveTypeId()The OCID of the sensitive type associated with the masking column.DategetTimeCreated()The date and time the masking column was created, in the format defined by RFC3339.DategetTimeUpdated()The date and time the masking column was last updated, in the format defined by RFC3339.inthashCode()MaskingColumnSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
MaskingColumnSummary@Deprecated @ConstructorProperties({"key","maskingPolicyId","lifecycleState","lifecycleDetails","timeCreated","timeUpdated","schemaName","objectName","objectType","columnName","childColumns","maskingColumnGroup","sensitiveTypeId","isMaskingEnabled","dataType","maskingFormats"}) public MaskingColumnSummary(String key, String maskingPolicyId, MaskingColumnLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String schemaName, String objectName, ObjectType objectType, String columnName, List<String> childColumns, String maskingColumnGroup, String sensitiveTypeId, Boolean isMaskingEnabled, String dataType, List<MaskingFormat> maskingFormats) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static MaskingColumnSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic MaskingColumnSummary.Builder toBuilder() 
 - 
getKeypublic String getKey() The unique key that identifies a masking column.The key is numeric and unique within a masking policy. - Returns:
- the value
 
 - 
getMaskingPolicyIdpublic String getMaskingPolicyId() The OCID of the masking policy that contains the masking column.- Returns:
- the value
 
 - 
getLifecycleStatepublic MaskingColumnLifecycleState getLifecycleState() The current state of the masking column.- Returns:
- the value
 
 - 
getLifecycleDetailspublic String getLifecycleDetails() Details about the current state of the masking column.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The date and time the masking column was created, in the format defined by RFC3339.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The date and time the masking column was last updated, in the format defined by RFC3339.- Returns:
- the value
 
 - 
getSchemaNamepublic String getSchemaName() The name of the schema that contains the database column.- Returns:
- the value
 
 - 
getObjectNamepublic String getObjectName() The name of the object (table or editioning view) that contains the database column.- Returns:
- the value
 
 - 
getObjectTypepublic ObjectType getObjectType() The type of the object that contains the database column.- Returns:
- the value
 
 - 
getColumnNamepublic String getColumnName() The name of the database column.Note that the same name is used for the masking column. There is no separate displayName attribute for the masking column. - Returns:
- the value
 
 - 
getChildColumnspublic List<String> getChildColumns() An array of child columns that are in referential relationship with the masking column.- Returns:
- the value
 
 - 
getMaskingColumnGrouppublic String getMaskingColumnGroup() The group of the masking column.All the columns in a group are masked together to ensure that the masked data across these columns continue to retain the same logical relationship. For more details, check Group Masking in the Data Safe documentation. - Returns:
- the value
 
 - 
getSensitiveTypeIdpublic String getSensitiveTypeId() The OCID of the sensitive type associated with the masking column.- Returns:
- the value
 
 - 
getIsMaskingEnabledpublic Boolean getIsMaskingEnabled() Indicates whether data masking is enabled for the masking column.- Returns:
- the value
 
 - 
getDataTypepublic String getDataType() The data type of the masking column.- Returns:
- the value
 
 - 
getMaskingFormatspublic List<MaskingFormat> getMaskingFormats() An array of masking formats assigned to the masking column.- 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
 
 
- 
 
-