@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public final class MySqlMigration extends Migration
MySQL Migration resource
Note: Objects should always be created or deserialized using the MySqlMigration.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 MySqlMigration.Builder
, which maintain a
set of all explicitly set fields called MySqlMigration.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 |
MySqlMigration.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
MySqlMigration(String id,
String description,
String displayName,
String compartmentId,
MigrationTypes type,
OdmsJobPhases waitAfter,
String sourceDatabaseConnectionId,
String targetDatabaseConnectionId,
String executingJobId,
Date timeCreated,
Date timeUpdated,
Date timeLastMigration,
MigrationLifecycleStates lifecycleState,
MigrationStatus lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
MySqlDataTransferMediumDetails dataTransferMediumDetails,
MySqlInitialLoadSettings initialLoadSettings,
MySqlAdvisorSettings advisorSettings,
GoldenGateHubDetails hubDetails,
MySqlGgsDeploymentDetails ggsDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MySqlMigration.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
MySqlAdvisorSettings |
getAdvisorSettings() |
MySqlDataTransferMediumDetails |
getDataTransferMediumDetails() |
MySqlGgsDeploymentDetails |
getGgsDetails() |
GoldenGateHubDetails |
getHubDetails() |
MySqlInitialLoadSettings |
getInitialLoadSettings() |
int |
hashCode() |
MySqlMigration.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getCompartmentId, getDefinedTags, getDescription, getDisplayName, getExecutingJobId, getFreeformTags, getId, getLifecycleDetails, getLifecycleState, getSourceDatabaseConnectionId, getSystemTags, getTargetDatabaseConnectionId, getTimeCreated, getTimeLastMigration, getTimeUpdated, getType, getWaitAfter
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public MySqlMigration(String id, String description, String displayName, String compartmentId, MigrationTypes type, OdmsJobPhases waitAfter, String sourceDatabaseConnectionId, String targetDatabaseConnectionId, String executingJobId, Date timeCreated, Date timeUpdated, Date timeLastMigration, MigrationLifecycleStates lifecycleState, MigrationStatus lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, MySqlDataTransferMediumDetails dataTransferMediumDetails, MySqlInitialLoadSettings initialLoadSettings, MySqlAdvisorSettings advisorSettings, GoldenGateHubDetails hubDetails, MySqlGgsDeploymentDetails ggsDetails)
public static MySqlMigration.Builder builder()
Create a new builder.
public MySqlMigration.Builder toBuilder()
public MySqlDataTransferMediumDetails getDataTransferMediumDetails()
public MySqlInitialLoadSettings getInitialLoadSettings()
public MySqlAdvisorSettings getAdvisorSettings()
public GoldenGateHubDetails getHubDetails()
public MySqlGgsDeploymentDetails getGgsDetails()
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
Copyright © 2016–2024. All rights reserved.