Class ListSqlPlanBaselinesRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.databasemanagement.requests.ListSqlPlanBaselinesRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public class ListSqlPlanBaselinesRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/databasemanagement/ListSqlPlanBaselinesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlPlanBaselinesRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListSqlPlanBaselinesRequest.Builderstatic classListSqlPlanBaselinesRequest.SortByThe option to sort the SQL plan baseline summary data.
 - 
Constructor SummaryConstructors Constructor Description ListSqlPlanBaselinesRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSqlPlanBaselinesRequest.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’.BooleangetIsAccepted()A filter to return only SQL plan baselines that are either accepted or not accepted.BooleangetIsAdaptive()A filter to return only SQL plan baselines that are either adaptive or not adaptive.BooleangetIsAutoPurged()A filter to return only SQL plan baselines that are either auto-purged or not auto-purged.BooleangetIsEnabled()A filter to return only SQL plan baselines that are either enabled or not enabled.BooleangetIsFixed()A filter to return only SQL plan baselines that are either fixed or not fixed.BooleangetIsNeverExecuted()A filter to return only SQL plan baselines that are not executed till now.BooleangetIsReproduced()A filter to return only SQL plan baselines that were either reproduced or not reproduced by the optimizer.IntegergetLimit()The maximum number of records returned in the paginated response.StringgetManagedDatabaseId()The OCID of the Managed Database.StringgetOpcNamedCredentialId()The OCID of the Named Credential.StringgetOpcRequestId()The client request ID for tracing.SqlPlanBaselineOrigingetOrigin()A filter to return all the SQL plan baselines that match the origin.StringgetPage()The page token representing the page from where the next set of paginated results are retrieved.StringgetPlanName()A filter to return only SQL plan baselines that match the plan name.ListSqlPlanBaselinesRequest.SortBygetSortBy()The option to sort the SQL plan baseline summary data.SortOrdersgetSortOrder()The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order.StringgetSqlHandle()A filter to return all the SQL plan baselines for the specified SQL handle.StringgetSqlText()A filter to return all the SQL plan baselines that match the SQL text.DategetTimeLastExecutedGreaterThan()A filter to return only SQL plan baselines whose last execution time is after the specified value.DategetTimeLastExecutedLessThan()A filter to return only SQL plan baselines whose last execution time is before the specified value.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListSqlPlanBaselinesRequest.BuildertoBuilder()Return an instance ofListSqlPlanBaselinesRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getPlanNamepublic String getPlanName() A filter to return only SQL plan baselines that match the plan name.
 - 
getSqlHandlepublic String getSqlHandle() A filter to return all the SQL plan baselines for the specified SQL handle.
 - 
getSqlTextpublic String getSqlText() A filter to return all the SQL plan baselines that match the SQL text.By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the ‘%’ symbol as a wildcard. 
 - 
getIsEnabledpublic Boolean getIsEnabled() A filter to return only SQL plan baselines that are either enabled or not enabled.By default, all SQL plan baselines are returned. 
 - 
getIsAcceptedpublic Boolean getIsAccepted() A filter to return only SQL plan baselines that are either accepted or not accepted.By default, all SQL plan baselines are returned. 
 - 
getIsReproducedpublic Boolean getIsReproduced() A filter to return only SQL plan baselines that were either reproduced or not reproduced by the optimizer.By default, all SQL plan baselines are returned. 
 - 
getIsFixedpublic Boolean getIsFixed() A filter to return only SQL plan baselines that are either fixed or not fixed.By default, all SQL plan baselines are returned. 
 - 
getIsAdaptivepublic Boolean getIsAdaptive() A filter to return only SQL plan baselines that are either adaptive or not adaptive.By default, all SQL plan baselines are returned. 
 - 
getOriginpublic SqlPlanBaselineOrigin getOrigin() A filter to return all the SQL plan baselines that match the origin.
 - 
getPagepublic String getPage() The page token representing the page from where the next set of paginated results are retrieved.This is usually retrieved from a previous list call. 
 - 
getLimitpublic Integer getLimit() The maximum number of records returned in the paginated response.
 - 
getSortBypublic ListSqlPlanBaselinesRequest.SortBy getSortBy() The option to sort the SQL plan baseline summary data.
 - 
getSortOrderpublic SortOrders getSortOrder() The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order.Descending order is the default order. 
 - 
getIsAutoPurgedpublic Boolean getIsAutoPurged() A filter to return only SQL plan baselines that are either auto-purged or not auto-purged.By default, all SQL plan baselines are returned. 
 - 
getTimeLastExecutedGreaterThanpublic Date getTimeLastExecutedGreaterThan() A filter to return only SQL plan baselines whose last execution time is after the specified value.By default, all SQL plan baselines are returned. 
 - 
getTimeLastExecutedLessThanpublic Date getTimeLastExecutedLessThan() A filter to return only SQL plan baselines whose last execution time is before the specified value.By default, all SQL plan baselines are returned. 
 - 
getIsNeverExecutedpublic Boolean getIsNeverExecuted() A filter to return only SQL plan baselines that are not executed till now.By default, all SQL plan baselines are returned. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
getOpcNamedCredentialIdpublic String getOpcNamedCredentialId() The OCID of the Named Credential.
 - 
toBuilderpublic ListSqlPlanBaselinesRequest.Builder toBuilder() Return an instance ofListSqlPlanBaselinesRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListSqlPlanBaselinesRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListSqlPlanBaselinesRequest.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>
 
 
- 
 
-