@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public final class JavaMigrationAnalysisResultSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary 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 the JavaMigrationAnalysisResultSummary.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 JavaMigrationAnalysisResultSummary.Builder
, which maintain a
set of all explicitly set fields called JavaMigrationAnalysisResultSummary.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
).
Modifier and Type | Class and Description |
---|---|
static class |
JavaMigrationAnalysisResultSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
static JavaMigrationAnalysisResultSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
ApplicationExecutionType |
getApplicationExecutionType()
Execution type of the application for an application type, such as WAR and EAR, that is
deployed or installed.
|
String |
getApplicationKey()
The unique key that identifies the application.
|
String |
getApplicationName()
The name of the application for which the Java migration analysis was performed.
|
String |
getApplicationPath()
The installation path of the application for which the Java migration analysis was performed.
|
String |
getBucketName()
The name of the object storage bucket that contains the results of the migration analysis.
|
String |
getFleetId()
The fleet OCID.
|
String |
getHostName()
The hostname of the managed instance that hosts the application for which the Java migration
analysis was performed.
|
String |
getId()
The OCID of the migration analysis report.
|
String |
getManagedInstanceId()
The managed instance OCID.
|
String |
getMetadata()
Additional info reserved for future use.
|
String |
getNamespace()
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.
|
String |
getObjectStorageUploadDirPath()
The directory path of the object storage bucket that contains the results of the migration
analysis.
|
String |
getSourceJdkVersion()
The source JDK version of the application that’s currently running.
|
String |
getTargetJdkVersion()
The target JDK version of the application to be migrated.
|
Date |
getTimeCreated()
The time the result is compiled.
|
String |
getWorkRequestId()
The OCID of the work request of this analysis.
|
int |
hashCode() |
JavaMigrationAnalysisResultSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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)
public static JavaMigrationAnalysisResultSummary.Builder builder()
Create a new builder.
public JavaMigrationAnalysisResultSummary.Builder toBuilder()
public String getId()
The OCID of the migration analysis report.
public String getWorkRequestId()
The OCID of the work request of this analysis.
public String getFleetId()
The fleet OCID.
public String getApplicationKey()
The unique key that identifies the application.
public String getApplicationName()
The name of the application for which the Java migration analysis was performed.
public String getApplicationPath()
The installation path of the application for which the Java migration analysis was performed.
public ApplicationExecutionType getApplicationExecutionType()
Execution type of the application for an application type, such as WAR and EAR, that is deployed or installed.
public String getSourceJdkVersion()
The source JDK version of the application that’s currently running.
public String getTargetJdkVersion()
The target JDK version of the application to be migrated.
public String getManagedInstanceId()
The managed instance OCID.
public String getHostName()
The hostname of the managed instance that hosts the application for which the Java migration analysis was performed.
public Date getTimeCreated()
The time the result is compiled.
public String getNamespace()
The object storage namespace that contains the results of the migration analysis.
public String getBucketName()
The name of the object storage bucket that contains the results of the migration analysis.
public String getObjectStorageUploadDirPath()
The directory path of the object storage bucket that contains the results of the migration analysis.
public List<String> getObjectList()
The names of the object storage objects that contain the results of the migration analysis.
public String getMetadata()
Additional info reserved for future use.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.