Class MaskedColumnSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datasafe.model.MaskedColumnSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class MaskedColumnSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary of a masked column.A masked column is a database column masked by a data masking request. 
 Note: Objects should always be created or deserialized using theMaskedColumnSummary.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 theMaskedColumnSummary.Builder, which maintain a set of all explicitly set fields calledMaskedColumnSummary.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 classMaskedColumnSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description MaskedColumnSummary(String key, String parentColumnKey, String sensitiveTypeId, String schemaName, String objectName, ObjectType objectType, String columnName, String maskingColumnGroup, String maskingFormatUsed, Long totalMaskedValues)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaskedColumnSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetColumnName()The name of the masked column.StringgetKey()The unique key that identifies the masked column.StringgetMaskingColumnGroup()The masking group of the masked column.StringgetMaskingFormatUsed()The masking format used for masking the column.StringgetObjectName()The name of the object (table or editioning view) that contains the masked column.ObjectTypegetObjectType()The type of the object (table or editioning view) that contains the masked column.StringgetParentColumnKey()The unique key that identifies the parent column of the masked column.StringgetSchemaName()The name of the schema that contains the masked column.StringgetSensitiveTypeId()The OCID of the sensitive type associated with the masked column.LonggetTotalMaskedValues()The total number of values masked in the column.inthashCode()MaskedColumnSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
MaskedColumnSummary@Deprecated @ConstructorProperties({"key","parentColumnKey","sensitiveTypeId","schemaName","objectName","objectType","columnName","maskingColumnGroup","maskingFormatUsed","totalMaskedValues"}) public MaskedColumnSummary(String key, String parentColumnKey, String sensitiveTypeId, String schemaName, String objectName, ObjectType objectType, String columnName, String maskingColumnGroup, String maskingFormatUsed, Long totalMaskedValues) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static MaskedColumnSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic MaskedColumnSummary.Builder toBuilder() 
 - 
getKeypublic String getKey() The unique key that identifies the masked column.It’s numeric and unique within a masking policy. - Returns:
- the value
 
 - 
getParentColumnKeypublic String getParentColumnKey() The unique key that identifies the parent column of the masked column.- Returns:
- the value
 
 - 
getSensitiveTypeIdpublic String getSensitiveTypeId() The OCID of the sensitive type associated with the masked column.- Returns:
- the value
 
 - 
getSchemaNamepublic String getSchemaName() The name of the schema that contains the masked column.- Returns:
- the value
 
 - 
getObjectNamepublic String getObjectName() The name of the object (table or editioning view) that contains the masked column.- Returns:
- the value
 
 - 
getObjectTypepublic ObjectType getObjectType() The type of the object (table or editioning view) that contains the masked column.- Returns:
- the value
 
 - 
getColumnNamepublic String getColumnName() The name of the masked column.- Returns:
- the value
 
 - 
getMaskingColumnGrouppublic String getMaskingColumnGroup() The masking group of the masked column.- Returns:
- the value
 
 - 
getMaskingFormatUsedpublic String getMaskingFormatUsed() The masking format used for masking the column.- Returns:
- the value
 
 - 
getTotalMaskedValuespublic Long getTotalMaskedValues() The total number of values masked in the 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
 
 
- 
 
-