@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class ColumnsInfo extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
columnsInfo object has details of column group with schema details.
Note: Objects should always be created or deserialized using the ColumnsInfo.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 ColumnsInfo.Builder
, which maintain a
set of all explicitly set fields called ColumnsInfo.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 |
ColumnsInfo.Builder |
static class |
ColumnsInfo.ObjectType
The type of the database object that contains the sensitive column.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ColumnsInfo(String schemaName,
ColumnsInfo.ObjectType objectType,
String objectName,
String appName,
List<String> columnGroup,
List<String> sensitiveTypeIds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ColumnsInfo.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAppName()
The application name.
|
List<String> |
getColumnGroup()
Group of columns in referential relation.
|
String |
getObjectName()
The database object that contains the columns.
|
ColumnsInfo.ObjectType |
getObjectType()
The type of the database object that contains the sensitive column.
|
String |
getSchemaName()
The schema name.
|
List<String> |
getSensitiveTypeIds()
Sensitive type ocids of each column groups.
|
int |
hashCode() |
ColumnsInfo.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"schemaName","objectType","objectName","appName","columnGroup","sensitiveTypeIds"}) public ColumnsInfo(String schemaName, ColumnsInfo.ObjectType objectType, String objectName, String appName, List<String> columnGroup, List<String> sensitiveTypeIds)
public static ColumnsInfo.Builder builder()
Create a new builder.
public ColumnsInfo.Builder toBuilder()
public String getSchemaName()
The schema name.
public ColumnsInfo.ObjectType getObjectType()
The type of the database object that contains the sensitive column.
public String getObjectName()
The database object that contains the columns.
public String getAppName()
The application name.
public List<String> getColumnGroup()
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
public List<String> getSensitiveTypeIds()
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
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–2025. All rights reserved.