Class DeployedApplicationMigrationAnalysesTarget


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20210610")
    public final class DeployedApplicationMigrationAnalysesTarget
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    The target describes the input data for deployed Java migration analyses.

    A target contains a managed instance, deployed application installation Key, sourceJdkVersion, targetJdkVersion and optional excludePackagePrefixes.
    Note: Objects should always be created or deserialized using the DeployedApplicationMigrationAnalysesTarget.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 DeployedApplicationMigrationAnalysesTarget.Builder, which maintain a set of all explicitly set fields called DeployedApplicationMigrationAnalysesTarget.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).

    • Constructor Detail

      • DeployedApplicationMigrationAnalysesTarget

        @Deprecated
        @ConstructorProperties({"managedInstanceId","deployedApplicationInstallationKey","sourceJdkVersion","targetJdkVersion","excludePackagePrefixes"})
        public DeployedApplicationMigrationAnalysesTarget​(String managedInstanceId,
                                                          String deployedApplicationInstallationKey,
                                                          String sourceJdkVersion,
                                                          String targetJdkVersion,
                                                          List<String> excludePackagePrefixes)
        Deprecated.
    • Method Detail

      • getManagedInstanceId

        public String getManagedInstanceId()
        The OCID of the managed instance that hosts the application for which the Java migration analyses was performed.
        Returns:
        the value
      • getDeployedApplicationInstallationKey

        public String getDeployedApplicationInstallationKey()
        The unique key that identifies the deployed application’s installation path that is to be used for the Java migration analyses.
        Returns:
        the value
      • getSourceJdkVersion

        public String getSourceJdkVersion()
        The JDK version the application is currently running on.
        Returns:
        the value
      • getTargetJdkVersion

        public String getTargetJdkVersion()
        The JDK version against which the migration analyses was performed to identify effort required to move from source JDK.
        Returns:
        the value
      • getExcludePackagePrefixes

        public List<String> getExcludePackagePrefixes()
        Excludes the packages that starts with the prefix from the migration analyses result.
        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