Class DeployedApplicationMigrationAnalysesTarget
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.jms.model.DeployedApplicationMigrationAnalysesTarget
-
@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 theDeployedApplicationMigrationAnalysesTarget.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 theDeployedApplicationMigrationAnalysesTarget.Builder
, which maintain a set of all explicitly set fields calledDeployedApplicationMigrationAnalysesTarget.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
DeployedApplicationMigrationAnalysesTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
DeployedApplicationMigrationAnalysesTarget
@Deprecated @ConstructorProperties({"managedInstanceId","deployedApplicationInstallationKey","sourceJdkVersion","targetJdkVersion","excludePackagePrefixes"}) public DeployedApplicationMigrationAnalysesTarget(String managedInstanceId, String deployedApplicationInstallationKey, String sourceJdkVersion, String targetJdkVersion, List<String> excludePackagePrefixes)
Deprecated.
-
-
Method Detail
-
builder
public static DeployedApplicationMigrationAnalysesTarget.Builder builder()
Create a new builder.
-
toBuilder
public DeployedApplicationMigrationAnalysesTarget.Builder toBuilder()
-
getManagedInstanceId
public String getManagedInstanceId()
The OCID of the managed instance that hosts the application for which the Java migration analyses was performed.- Returns:
- the value
-
getDeployedApplicationInstallationKey
public String getDeployedApplicationInstallationKey()
The unique key that identifies the deployed application’s installation path that is to be used for the Java migration analyses.- Returns:
- the value
-
getSourceJdkVersion
public String getSourceJdkVersion()
The JDK version the application is currently running on.- Returns:
- the value
-
getTargetJdkVersion
public String getTargetJdkVersion()
The JDK version against which the migration analyses was performed to identify effort required to move from source JDK.- Returns:
- the value
-
getExcludePackagePrefixes
public List<String> getExcludePackagePrefixes()
Excludes the packages that starts with the prefix from the migration analyses result.- 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
-
-