Class JavaMigrationAnalysis


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20250521")
    public final class JavaMigrationAnalysis
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    To use any of the API operations, you must be authorized by an IAM policy.

    If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.
    Note: Objects should always be created or deserialized using the JavaMigrationAnalysis.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 JavaMigrationAnalysis.Builder, which maintain a set of all explicitly set fields called JavaMigrationAnalysis.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

      • JavaMigrationAnalysis

        @Deprecated
        @ConstructorProperties({"id","workRequestId","compartmentId","analysisProjectName","inputApplicationsObjectStoragePaths","targetJdkVersion","namespaceName","bucketName","analysisResultObjectStoragePath","analysisResultFiles","timeCreated","timeStarted","timeFinished","createdBy","metadata"})
        public JavaMigrationAnalysis​(String id,
                                     String workRequestId,
                                     String compartmentId,
                                     String analysisProjectName,
                                     List<String> inputApplicationsObjectStoragePaths,
                                     String targetJdkVersion,
                                     String namespaceName,
                                     String bucketName,
                                     String analysisResultObjectStoragePath,
                                     List<String> analysisResultFiles,
                                     Date timeCreated,
                                     Date timeStarted,
                                     Date timeFinished,
                                     Principal createdBy,
                                     String metadata)
        Deprecated.
    • Method Detail

      • getId

        public String getId()
        The OCID of the Java Migration Analysis.
        Returns:
        the value
      • getWorkRequestId

        public String getWorkRequestId()
        The OCID of the Work Request.
        Returns:
        the value
      • getCompartmentId

        public String getCompartmentId()
        The OCID of the compartment.
        Returns:
        the value
      • getAnalysisProjectName

        public String getAnalysisProjectName()
        Name of the analysis project.
        Returns:
        the value
      • getInputApplicationsObjectStoragePaths

        public List<String> getInputApplicationsObjectStoragePaths()
        Object storage paths to the input files applications to be analysed.
        Returns:
        the value
      • getTargetJdkVersion

        public String getTargetJdkVersion()
        Jdk Version of the Java Migration Analysis target.
        Returns:
        the value
      • getNamespaceName

        public String getNamespaceName()
        Object storage namespace.
        Returns:
        the value
      • getBucketName

        public String getBucketName()
        Object storage bucket name.
        Returns:
        the value
      • getAnalysisResultObjectStoragePath

        public String getAnalysisResultObjectStoragePath()
        Path to the Object Storage analysis application result.
        Returns:
        the value
      • getAnalysisResultFiles

        public List<String> getAnalysisResultFiles()
        The analysis application file names result in the Object Storage.
        Returns:
        the value
      • getTimeCreated

        public Date getTimeCreated()
        The date and time the Java Migration Analysis was created, in the format defined by RFC 3339.

        Example: 2016-08-25T21:10:29.600Z

        Returns:
        the value
      • getTimeStarted

        public Date getTimeStarted()
        The date and time the Java Migration Analysis was started, in the format defined by RFC 3339.

        Example: 2016-08-25T21:10:29.600Z

        Returns:
        the value
      • getTimeFinished

        public Date getTimeFinished()
        The date and time the Java Migration Analysis was finished, in the format defined by RFC 3339.

        Example: 2016-08-25T21:10:29.600Z

        Returns:
        the value
      • getCreatedBy

        public Principal getCreatedBy()
      • getMetadata

        public String getMetadata()
        Additional info reserved for future use.
        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