Class JavaMigrationAnalysisResultSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.jms.model.JavaMigrationAnalysisResultSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public final class JavaMigrationAnalysisResultSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary of a Java migration analysis result.The output of the analysis is stored in the Object Storage object. 
 Note: Objects should always be created or deserialized using theJavaMigrationAnalysisResultSummary.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 theJavaMigrationAnalysisResultSummary.Builder, which maintain a set of all explicitly set fields calledJavaMigrationAnalysisResultSummary.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 classJavaMigrationAnalysisResultSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description JavaMigrationAnalysisResultSummary(String id, String workRequestId, String fleetId, String applicationKey, String applicationName, String applicationPath, ApplicationExecutionType applicationExecutionType, String sourceJdkVersion, String targetJdkVersion, String managedInstanceId, String hostName, Date timeCreated, String namespace, String bucketName, String objectStorageUploadDirPath, List<String> objectList, String metadata)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JavaMigrationAnalysisResultSummary.Builderbuilder()Create a new builder.booleanequals(Object o)ApplicationExecutionTypegetApplicationExecutionType()Execution type of the application for an application type, such as WAR and EAR, that is deployed or installed.StringgetApplicationKey()The unique key that identifies the application.StringgetApplicationName()The name of the application for which the Java migration analysis was performed.StringgetApplicationPath()The installation path of the application for which the Java migration analysis was performed.StringgetBucketName()The name of the object storage bucket that contains the results of the migration analysis.StringgetFleetId()The fleet OCID.StringgetHostName()The hostname of the managed instance that hosts the application for which the Java migration analysis was performed.StringgetId()The OCID of the migration analysis report.StringgetManagedInstanceId()The managed instance OCID.StringgetMetadata()Additional info reserved for future use.StringgetNamespace()The object storage namespace that contains the results of the migration analysis.List<String>getObjectList()The names of the object storage objects that contain the results of the migration analysis.StringgetObjectStorageUploadDirPath()The directory path of the object storage bucket that contains the results of the migration analysis.StringgetSourceJdkVersion()The source JDK version of the application that’s currently running.StringgetTargetJdkVersion()The target JDK version of the application to be migrated.DategetTimeCreated()The time the result is compiled.StringgetWorkRequestId()The OCID of the work request of this analysis.inthashCode()JavaMigrationAnalysisResultSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
JavaMigrationAnalysisResultSummary@Deprecated @ConstructorProperties({"id","workRequestId","fleetId","applicationKey","applicationName","applicationPath","applicationExecutionType","sourceJdkVersion","targetJdkVersion","managedInstanceId","hostName","timeCreated","namespace","bucketName","objectStorageUploadDirPath","objectList","metadata"}) public JavaMigrationAnalysisResultSummary(String id, String workRequestId, String fleetId, String applicationKey, String applicationName, String applicationPath, ApplicationExecutionType applicationExecutionType, String sourceJdkVersion, String targetJdkVersion, String managedInstanceId, String hostName, Date timeCreated, String namespace, String bucketName, String objectStorageUploadDirPath, List<String> objectList, String metadata) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static JavaMigrationAnalysisResultSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic JavaMigrationAnalysisResultSummary.Builder toBuilder() 
 - 
getIdpublic String getId() The OCID of the migration analysis report.- Returns:
- the value
 
 - 
getWorkRequestIdpublic String getWorkRequestId() The OCID of the work request of this analysis.- Returns:
- the value
 
 - 
getFleetIdpublic String getFleetId() The fleet OCID.- Returns:
- the value
 
 - 
getApplicationKeypublic String getApplicationKey() The unique key that identifies the application.- Returns:
- the value
 
 - 
getApplicationNamepublic String getApplicationName() The name of the application for which the Java migration analysis was performed.- Returns:
- the value
 
 - 
getApplicationPathpublic String getApplicationPath() The installation path of the application for which the Java migration analysis was performed.- Returns:
- the value
 
 - 
getApplicationExecutionTypepublic ApplicationExecutionType getApplicationExecutionType() Execution type of the application for an application type, such as WAR and EAR, that is deployed or installed.- Returns:
- the value
 
 - 
getSourceJdkVersionpublic String getSourceJdkVersion() The source JDK version of the application that’s currently running.- Returns:
- the value
 
 - 
getTargetJdkVersionpublic String getTargetJdkVersion() The target JDK version of the application to be migrated.- Returns:
- the value
 
 - 
getManagedInstanceIdpublic String getManagedInstanceId() The managed instance OCID.- Returns:
- the value
 
 - 
getHostNamepublic String getHostName() The hostname of the managed instance that hosts the application for which the Java migration analysis was performed.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The time the result is compiled.- Returns:
- the value
 
 - 
getNamespacepublic String getNamespace() The object storage namespace that contains the results of the migration analysis.- Returns:
- the value
 
 - 
getBucketNamepublic String getBucketName() The name of the object storage bucket that contains the results of the migration analysis.- Returns:
- the value
 
 - 
getObjectStorageUploadDirPathpublic String getObjectStorageUploadDirPath() The directory path of the object storage bucket that contains the results of the migration analysis.- Returns:
- the value
 
 - 
getObjectListpublic List<String> getObjectList() The names of the object storage objects that contain the results of the migration analysis.- Returns:
- the value
 
 - 
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
 
 
- 
 
-