Package com.oracle.bmc.jmsutils.requests
Class ListJavaMigrationAnalysisRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.jmsutils.requests.ListJavaMigrationAnalysisRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250521") public class ListJavaMigrationAnalysisRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/jmsutils/ListJavaMigrationAnalysisExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListJavaMigrationAnalysisRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListJavaMigrationAnalysisRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description ListJavaMigrationAnalysisRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListJavaMigrationAnalysisRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetAnalysisProjectName()The project name of the Performance Tuning Analysis to query for.StringgetCompartmentId()The OCID of the compartment in which to list resources.StringgetId()The OCID of the Java Migration Analysis.IntegergetLimit()The maximum number of items to return.StringgetOpcRequestId()Unique Oracle-assigned identifier for the request.StringgetPage()The page token representing the page at which to start retrieving results.JavaMigrationAnalysisSortBygetSortBy()The field to sort Java Migration Analysis.SortOrdergetSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListJavaMigrationAnalysisRequest.BuildertoBuilder()Return an instance ofListJavaMigrationAnalysisRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment in which to list resources.
 - 
getAnalysisProjectNamepublic String getAnalysisProjectName() The project name of the Performance Tuning Analysis to query for.
 - 
getLimitpublic Integer getLimit() The maximum number of items to return.
 - 
getPagepublic String getPage() The page token representing the page at which to start retrieving results.The token is usually retrieved from a previous list call. 
 - 
getSortOrderpublic SortOrder getSortOrder() The sort order to use, either ascending (ASC) or descending (DESC).
 - 
getSortBypublic JavaMigrationAnalysisSortBy getSortBy() The field to sort Java Migration Analysis.Only one sort order may be provided. 
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. The only valid characters for request IDs are letters, numbers, underscore, and dash. 
 - 
toBuilderpublic ListJavaMigrationAnalysisRequest.Builder toBuilder() Return an instance ofListJavaMigrationAnalysisRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListJavaMigrationAnalysisRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListJavaMigrationAnalysisRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-