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.ExplicitlySetBmcModel
Summary 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 Summary
Nested Classes Modifier and Type Class Description static class
MaskedColumnSummary.Builder
-
Constructor Summary
Constructors 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaskedColumnSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getColumnName()
The name of the masked column.String
getKey()
The unique key that identifies the masked column.String
getMaskingColumnGroup()
The masking group of the masked column.String
getMaskingFormatUsed()
The masking format used for masking the column.String
getObjectName()
The name of the object (table or editioning view) that contains the masked column.ObjectType
getObjectType()
The type of the object (table or editioning view) that contains the masked column.String
getParentColumnKey()
The unique key that identifies the parent column of the masked column.String
getSchemaName()
The name of the schema that contains the masked column.String
getSensitiveTypeId()
The OCID of the sensitive type associated with the masked column.Long
getTotalMaskedValues()
The total number of values masked in the column.int
hashCode()
MaskedColumnSummary.Builder
toBuilder()
String
toString()
String
toString(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
-
builder
public static MaskedColumnSummary.Builder builder()
Create a new builder.
-
toBuilder
public MaskedColumnSummary.Builder toBuilder()
-
getKey
public String getKey()
The unique key that identifies the masked column.It’s numeric and unique within a masking policy.
- Returns:
- the value
-
getParentColumnKey
public String getParentColumnKey()
The unique key that identifies the parent column of the masked column.- Returns:
- the value
-
getSensitiveTypeId
public String getSensitiveTypeId()
The OCID of the sensitive type associated with the masked column.- Returns:
- the value
-
getSchemaName
public String getSchemaName()
The name of the schema that contains the masked column.- Returns:
- the value
-
getObjectName
public String getObjectName()
The name of the object (table or editioning view) that contains the masked column.- Returns:
- the value
-
getObjectType
public ObjectType getObjectType()
The type of the object (table or editioning view) that contains the masked column.- Returns:
- the value
-
getColumnName
public String getColumnName()
The name of the masked column.- Returns:
- the value
-
getMaskingColumnGroup
public String getMaskingColumnGroup()
The masking group of the masked column.- Returns:
- the value
-
getMaskingFormatUsed
public String getMaskingFormatUsed()
The masking format used for masking the column.- Returns:
- the value
-
getTotalMaskedValues
public Long getTotalMaskedValues()
The total number of values masked in the column.- 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
-
-