Class 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 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).
    • Method Detail

      • 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
      • toString

        public String toString()
        Overrides:
        toString in class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel