@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public final class MigrationParameterSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Migration parameter response object.
Note: Objects should always be created or deserialized using the MigrationParameterSummary.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 MigrationParameterSummary.Builder
, which maintain a
set of all explicitly set fields called MigrationParameterSummary.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 |
MigrationParameterSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
MigrationParameterSummary(DatabaseCombination databaseCombination,
String displayName,
String docUrlLink,
String description,
String categoryName,
String categoryDisplayName,
MigrationTypes migrationType,
String defaultValue,
Float minValue,
Float maxValue,
String hintText,
String name,
AdvancedParameterDataTypes dataType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MigrationParameterSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCategoryDisplayName()
Parameter category display name.
|
String |
getCategoryName()
Parameter category name.
|
DatabaseCombination |
getDatabaseCombination()
The combination of source and target databases participating in a migration.
|
AdvancedParameterDataTypes |
getDataType()
Parameter data type.
|
String |
getDefaultValue()
Default value for a parameter.
|
String |
getDescription()
Parameter name description.
|
String |
getDisplayName()
Parameter display name.
|
String |
getDocUrlLink()
Parameter documentation URL link.
|
String |
getHintText()
Hint text for parameter value.
|
Float |
getMaxValue()
Parameter maximum value.
|
MigrationTypes |
getMigrationType()
Migration Stage.
|
Float |
getMinValue()
Parameter minimum value.
|
String |
getName()
Parameter name.
|
int |
hashCode() |
MigrationParameterSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"databaseCombination","displayName","docUrlLink","description","categoryName","categoryDisplayName","migrationType","defaultValue","minValue","maxValue","hintText","name","dataType"}) public MigrationParameterSummary(DatabaseCombination databaseCombination, String displayName, String docUrlLink, String description, String categoryName, String categoryDisplayName, MigrationTypes migrationType, String defaultValue, Float minValue, Float maxValue, String hintText, String name, AdvancedParameterDataTypes dataType)
public static MigrationParameterSummary.Builder builder()
Create a new builder.
public MigrationParameterSummary.Builder toBuilder()
public DatabaseCombination getDatabaseCombination()
The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
public String getDisplayName()
Parameter display name.
public String getDocUrlLink()
Parameter documentation URL link.
public String getDescription()
Parameter name description.
public String getCategoryName()
Parameter category name.
public String getCategoryDisplayName()
Parameter category display name.
public MigrationTypes getMigrationType()
Migration Stage.
public String getDefaultValue()
Default value for a parameter.
public Float getMinValue()
Parameter minimum value.
public Float getMaxValue()
Parameter maximum value.
public String getHintText()
Hint text for parameter value.
public String getName()
Parameter name.
public AdvancedParameterDataTypes getDataType()
Parameter data type.
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.