@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public final class MySqlMigrationObjectCollection extends MigrationObjectCollection
Lists the database objects that participate in this migration.
Note: Objects should always be created or deserialized using the MySqlMigrationObjectCollection.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 MySqlMigrationObjectCollection.Builder
, which maintain a
set of all explicitly set fields called MySqlMigrationObjectCollection.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 |
MySqlMigrationObjectCollection.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
MySqlMigrationObjectCollection(List<MySqlDatabaseObjectSummary> items,
String bulkIncludeExcludeData)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MySqlMigrationObjectCollection.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<MySqlDatabaseObjectSummary> |
getItems()
An array of database objects that are either included or excluded from the migration.
|
int |
hashCode() |
MySqlMigrationObjectCollection.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public MySqlMigrationObjectCollection(List<MySqlDatabaseObjectSummary> items, String bulkIncludeExcludeData)
public static MySqlMigrationObjectCollection.Builder builder()
Create a new builder.
public MySqlMigrationObjectCollection.Builder toBuilder()
public List<MySqlDatabaseObjectSummary> getItems()
An array of database objects that are either included or excluded from the 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.