@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 the MaskedColumnSummary.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 the MaskedColumnSummary.Builder
, which maintain a
set of all explicitly set fields called MaskedColumnSummary.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
MaskedColumnSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
MaskedColumnSummary(String key,
String parentColumnKey,
String sensitiveTypeId,
String schemaName,
String objectName,
ObjectType objectType,
String columnName,
String maskingColumnGroup,
String maskingFormatUsed,
Long totalMaskedValues)
Deprecated.
|
Modifier and Type | Method and 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.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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)
public static MaskedColumnSummary.Builder builder()
Create a new builder.
public MaskedColumnSummary.Builder toBuilder()
public String getKey()
The unique key that identifies the masked column. It’s numeric and unique within a masking policy.
public String getParentColumnKey()
The unique key that identifies the parent column of the masked column.
public String getSensitiveTypeId()
The OCID of the sensitive type associated with the masked column.
public String getSchemaName()
The name of the schema that contains the masked column.
public String getObjectName()
The name of the object (table or editioning view) that contains the masked column.
public ObjectType getObjectType()
The type of the object (table or editioning view) that contains the masked column.
public String getColumnName()
The name of the masked column.
public String getMaskingColumnGroup()
The masking group of the masked column.
public String getMaskingFormatUsed()
The masking format used for masking the column.
public Long getTotalMaskedValues()
The total number of values masked in the column.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.