@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public final class DeployedApplicationMigrationAnalysesTarget extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The target describes the input data for deployed Java migration analyses. A target contains a
managed instance, deployed application installation Key, sourceJdkVersion, targetJdkVersion and
optional excludePackagePrefixes.
Note: Objects should always be created or deserialized using the DeployedApplicationMigrationAnalysesTarget.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 DeployedApplicationMigrationAnalysesTarget.Builder
, which maintain a
set of all explicitly set fields called DeployedApplicationMigrationAnalysesTarget.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 |
DeployedApplicationMigrationAnalysesTarget.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
DeployedApplicationMigrationAnalysesTarget(String managedInstanceId,
String deployedApplicationInstallationKey,
String sourceJdkVersion,
String targetJdkVersion,
List<String> excludePackagePrefixes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DeployedApplicationMigrationAnalysesTarget.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getDeployedApplicationInstallationKey()
The unique key that identifies the deployed application’s installation path that is to be
used for the Java migration analyses.
|
List<String> |
getExcludePackagePrefixes()
Excludes the packages that starts with the prefix from the migration analyses result.
|
String |
getManagedInstanceId()
The OCID of the managed instance that hosts the application for which the Java migration
analyses was performed.
|
String |
getSourceJdkVersion()
The JDK version the application is currently running on.
|
String |
getTargetJdkVersion()
The JDK version against which the migration analyses was performed to identify effort
required to move from source JDK.
|
int |
hashCode() |
DeployedApplicationMigrationAnalysesTarget.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"managedInstanceId","deployedApplicationInstallationKey","sourceJdkVersion","targetJdkVersion","excludePackagePrefixes"}) public DeployedApplicationMigrationAnalysesTarget(String managedInstanceId, String deployedApplicationInstallationKey, String sourceJdkVersion, String targetJdkVersion, List<String> excludePackagePrefixes)
public static DeployedApplicationMigrationAnalysesTarget.Builder builder()
Create a new builder.
public DeployedApplicationMigrationAnalysesTarget.Builder toBuilder()
public String getManagedInstanceId()
The OCID of the managed instance that hosts the application for which the Java migration analyses was performed.
public String getDeployedApplicationInstallationKey()
The unique key that identifies the deployed application’s installation path that is to be used for the Java migration analyses.
public String getSourceJdkVersion()
The JDK version the application is currently running on.
public String getTargetJdkVersion()
The JDK version against which the migration analyses was performed to identify effort required to move from source JDK.
public List<String> getExcludePackagePrefixes()
Excludes the packages that starts with the prefix from the migration analyses result.
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.