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.ExplicitlySetBmcModelThe target describes the input data for deployed Java migration analyses.A target contains a managed instance, deployed application installation Key, sourceJdkVersion, targetJdkVersion, optional excludePackagePrefixes and optional includePackagePrefixes. 
 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 SummaryNested Classes Modifier and Type Class Description static classDeployedApplicationMigrationAnalysesTarget.Builder
 - 
Constructor SummaryConstructors Constructor Description DeployedApplicationMigrationAnalysesTarget(String managedInstanceId, String deployedApplicationInstallationKey, String sourceJdkVersion, String targetJdkVersion, List<String> excludePackagePrefixes, List<String> includePackagePrefixes)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeployedApplicationMigrationAnalysesTarget.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDeployedApplicationInstallationKey()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.List<String>getIncludePackagePrefixes()Includes the packages that starts with the prefix from the migration analyses result.StringgetManagedInstanceId()The OCID of the managed instance that hosts the application for which the Java migration analyses was performed.StringgetSourceJdkVersion()The JDK version the application is currently running on.StringgetTargetJdkVersion()The JDK version against which the migration analyses was performed to identify effort required to move from source JDK.inthashCode()DeployedApplicationMigrationAnalysesTarget.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
DeployedApplicationMigrationAnalysesTarget@Deprecated @ConstructorProperties({"managedInstanceId","deployedApplicationInstallationKey","sourceJdkVersion","targetJdkVersion","excludePackagePrefixes","includePackagePrefixes"}) public DeployedApplicationMigrationAnalysesTarget(String managedInstanceId, String deployedApplicationInstallationKey, String sourceJdkVersion, String targetJdkVersion, List<String> excludePackagePrefixes, List<String> includePackagePrefixes) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static DeployedApplicationMigrationAnalysesTarget.Builder builder() Create a new builder.
 - 
toBuilderpublic DeployedApplicationMigrationAnalysesTarget.Builder toBuilder() 
 - 
getManagedInstanceIdpublic String getManagedInstanceId() The OCID of the managed instance that hosts the application for which the Java migration analyses was performed.- Returns:
- the value
 
 - 
getDeployedApplicationInstallationKeypublic 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
 
 - 
getSourceJdkVersionpublic String getSourceJdkVersion() The JDK version the application is currently running on.- Returns:
- the value
 
 - 
getTargetJdkVersionpublic String getTargetJdkVersion() The JDK version against which the migration analyses was performed to identify effort required to move from source JDK.- Returns:
- the value
 
 - 
getExcludePackagePrefixespublic List<String> getExcludePackagePrefixes() Excludes the packages that starts with the prefix from the migration analyses result.Either this or includePackagePrefixes can be specified. - Returns:
- the value
 
 - 
getIncludePackagePrefixespublic List<String> getIncludePackagePrefixes() Includes the packages that starts with the prefix from the migration analyses result.Either this or excludePackagePrefixes can be specified. - 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
 
 
- 
 
-