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.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 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 Summary
Nested Classes Modifier and Type Class Description static class
JavaMigrationAnalysis.Builder
-
Constructor Summary
Constructors 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JavaMigrationAnalysis.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getAnalysisProjectName()
Name of the analysis project.List<String>
getAnalysisResultFiles()
The analysis application file names result in the Object Storage.String
getAnalysisResultObjectStoragePath()
Path to the Object Storage analysis application result.String
getBucketName()
Object storage bucket name.String
getCompartmentId()
The OCID of the compartment.Principal
getCreatedBy()
String
getId()
The OCID of the Java Migration Analysis.List<String>
getInputApplicationsObjectStoragePaths()
Object storage paths to the input files applications to be analysed.String
getMetadata()
Additional info reserved for future use.String
getNamespaceName()
Object storage namespace.String
getTargetJdkVersion()
Jdk Version of the Java Migration Analysis target.Date
getTimeCreated()
The date and time the Java Migration Analysis was created, in the format defined by RFC 3339.Date
getTimeFinished()
The date and time the Java Migration Analysis was finished, in the format defined by RFC 3339.Date
getTimeStarted()
The date and time the Java Migration Analysis was started, in the format defined by RFC 3339.String
getWorkRequestId()
The OCID of the Work Request.int
hashCode()
JavaMigrationAnalysis.Builder
toBuilder()
String
toString()
String
toString(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
-
builder
public static JavaMigrationAnalysis.Builder builder()
Create a new builder.
-
toBuilder
public JavaMigrationAnalysis.Builder toBuilder()
-
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 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
-
-