@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public final class OracleMigrationObjectCollection extends MigrationObjectCollection
Database objects to migrate.
Note: Objects should always be created or deserialized using the OracleMigrationObjectCollection.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 OracleMigrationObjectCollection.Builder
, which maintain a
set of all explicitly set fields called OracleMigrationObjectCollection.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 |
OracleMigrationObjectCollection.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
OracleMigrationObjectCollection(List<OracleDatabaseObjectSummary> items,
String bulkIncludeExcludeData)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OracleMigrationObjectCollection.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getBulkIncludeExcludeData()
Specifies the database objects to be excluded from the migration in bulk.
|
List<OracleDatabaseObjectSummary> |
getItems()
Database objects to exclude/include from migration
|
int |
hashCode() |
OracleMigrationObjectCollection.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public OracleMigrationObjectCollection(List<OracleDatabaseObjectSummary> items, String bulkIncludeExcludeData)
public static OracleMigrationObjectCollection.Builder builder()
Create a new builder.
public OracleMigrationObjectCollection.Builder toBuilder()
public List<OracleDatabaseObjectSummary> getItems()
Database objects to exclude/include from migration
public String getBulkIncludeExcludeData()
Specifies the database objects to be excluded from the migration in bulk. The definition accepts input in a CSV format, newline separated for each entry. More details can be found in the documentation.
public String toString()
toString
in class MigrationObjectCollection
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class MigrationObjectCollection
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class MigrationObjectCollection
public int hashCode()
hashCode
in class MigrationObjectCollection
Copyright © 2016–2024. All rights reserved.