Class MigrationParameterSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasemigration.model.MigrationParameterSummary
-
@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 theMigrationParameterSummary.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 theMigrationParameterSummary.Builder
, which maintain a set of all explicitly set fields calledMigrationParameterSummary.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MigrationParameterSummary.Builder
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
MigrationParameterSummary
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static MigrationParameterSummary.Builder builder()
Create a new builder.
-
toBuilder
public MigrationParameterSummary.Builder toBuilder()
-
getDatabaseCombination
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.
- Returns:
- the value
-
getDisplayName
public String getDisplayName()
Parameter display name.- Returns:
- the value
-
getDocUrlLink
public String getDocUrlLink()
Parameter documentation URL link.- Returns:
- the value
-
getDescription
public String getDescription()
Parameter name description.- Returns:
- the value
-
getCategoryName
public String getCategoryName()
Parameter category name.- Returns:
- the value
-
getCategoryDisplayName
public String getCategoryDisplayName()
Parameter category display name.- Returns:
- the value
-
getMigrationType
public MigrationTypes getMigrationType()
Migration Stage.- Returns:
- the value
-
getDefaultValue
public String getDefaultValue()
Default value for a parameter.- Returns:
- the value
-
getMinValue
public Float getMinValue()
Parameter minimum value.- Returns:
- the value
-
getMaxValue
public Float getMaxValue()
Parameter maximum value.- Returns:
- the value
-
getHintText
public String getHintText()
Hint text for parameter value.- Returns:
- the value
-
getName
public String getName()
Parameter name.- Returns:
- the value
-
getDataType
public AdvancedParameterDataTypes getDataType()
Parameter data type.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-