Class JavaMigrationAnalysis
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.jmsutils.model.JavaMigrationAnalysis
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250521") public final class JavaMigrationAnalysis extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelTo 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 theJavaMigrationAnalysis.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 theJavaMigrationAnalysis.Builder, which maintain a set of all explicitly set fields calledJavaMigrationAnalysis.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 SummaryNested Classes Modifier and Type Class Description static classJavaMigrationAnalysis.Builder
 - 
Constructor SummaryConstructors Constructor Description 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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JavaMigrationAnalysis.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAnalysisProjectName()Name of the analysis project.List<String>getAnalysisResultFiles()The analysis application file names result in the Object Storage.StringgetAnalysisResultObjectStoragePath()Path to the Object Storage analysis application result.StringgetBucketName()Object storage bucket name.StringgetCompartmentId()The OCID of the compartment.PrincipalgetCreatedBy()StringgetId()The OCID of the Java Migration Analysis.List<String>getInputApplicationsObjectStoragePaths()Object storage paths to the input files applications to be analysed.StringgetMetadata()Additional info reserved for future use.StringgetNamespaceName()Object storage namespace.StringgetTargetJdkVersion()Jdk Version of the Java Migration Analysis target.DategetTimeCreated()The date and time the Java Migration Analysis was created, in the format defined by RFC 3339.DategetTimeFinished()The date and time the Java Migration Analysis was finished, in the format defined by RFC 3339.DategetTimeStarted()The date and time the Java Migration Analysis was started, in the format defined by RFC 3339.StringgetWorkRequestId()The OCID of the Work Request.inthashCode()JavaMigrationAnalysis.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
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- 
builderpublic static JavaMigrationAnalysis.Builder builder() Create a new builder.
 - 
toBuilderpublic JavaMigrationAnalysis.Builder toBuilder() 
 - 
getAnalysisProjectNamepublic String getAnalysisProjectName() Name of the analysis project.- Returns:
- the value
 
 - 
getInputApplicationsObjectStoragePathspublic List<String> getInputApplicationsObjectStoragePaths() Object storage paths to the input files applications to be analysed.- Returns:
- the value
 
 - 
getTargetJdkVersionpublic String getTargetJdkVersion() Jdk Version of the Java Migration Analysis target.- Returns:
- the value
 
 - 
getNamespaceNamepublic String getNamespaceName() Object storage namespace.- Returns:
- the value
 
 - 
getBucketNamepublic String getBucketName() Object storage bucket name.- Returns:
- the value
 
 - 
getAnalysisResultObjectStoragePathpublic String getAnalysisResultObjectStoragePath() Path to the Object Storage analysis application result.- Returns:
- the value
 
 - 
getAnalysisResultFilespublic List<String> getAnalysisResultFiles() The analysis application file names result in the Object Storage.- Returns:
- the value
 
 - 
getTimeCreatedpublic 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
 
 - 
getTimeStartedpublic 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
 
 - 
getTimeFinishedpublic 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
 
 - 
getCreatedBypublic Principal getCreatedBy() 
 - 
getMetadatapublic String getMetadata() Additional info reserved for future use.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-