@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public class ListSqlPlanBaselinesRequest extends BmcRequest<Void>
Example: Click here to see how to use ListSqlPlanBaselinesRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListSqlPlanBaselinesRequest.Builder |
static class |
ListSqlPlanBaselinesRequest.SortBy
The option to sort the SQL plan baseline summary data.
|
Constructor and Description |
---|
ListSqlPlanBaselinesRequest() |
Modifier and Type | Method and Description |
---|---|
static ListSqlPlanBaselinesRequest.Builder |
builder()
Return a new builder for this request object.
|
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal
to ‘this’.
|
Boolean |
getIsAccepted()
A filter to return only SQL plan baselines that are either accepted or not accepted.
|
Boolean |
getIsAdaptive()
A filter to return only SQL plan baselines that are either adaptive or not adaptive.
|
Boolean |
getIsAutoPurged()
A filter to return only SQL plan baselines that are either auto-purged or not auto-purged.
|
Boolean |
getIsEnabled()
A filter to return only SQL plan baselines that are either enabled or not enabled.
|
Boolean |
getIsFixed()
A filter to return only SQL plan baselines that are either fixed or not fixed.
|
Boolean |
getIsNeverExecuted()
A filter to return only SQL plan baselines that are not executed till now.
|
Boolean |
getIsReproduced()
A filter to return only SQL plan baselines that were either reproduced or not reproduced by
the optimizer.
|
Integer |
getLimit()
The maximum number of records returned in the paginated response.
|
String |
getManagedDatabaseId()
The OCID of the
Managed Database.
|
String |
getOpcNamedCredentialId()
The OCID of the Named Credential.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
SqlPlanBaselineOrigin |
getOrigin()
A filter to return all the SQL plan baselines that match the origin.
|
String |
getPage()
The page token representing the page from where the next set of paginated results are
retrieved.
|
String |
getPlanName()
A filter to return only SQL plan baselines that match the plan name.
|
ListSqlPlanBaselinesRequest.SortBy |
getSortBy()
The option to sort the SQL plan baseline summary data.
|
SortOrders |
getSortOrder()
The option to sort information in ascending (‘ASC’) or descending
(‘DESC’) order.
|
String |
getSqlHandle()
A filter to return all the SQL plan baselines for the specified SQL handle.
|
String |
getSqlText()
A filter to return all the SQL plan baselines that match the SQL text.
|
Date |
getTimeLastExecutedGreaterThan()
A filter to return only SQL plan baselines whose last execution time is after the specified
value.
|
Date |
getTimeLastExecutedLessThan()
A filter to return only SQL plan baselines whose last execution time is before the specified
value.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ListSqlPlanBaselinesRequest.Builder |
toBuilder()
Return an instance of
ListSqlPlanBaselinesRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getPlanName()
A filter to return only SQL plan baselines that match the plan name.
public String getSqlHandle()
A filter to return all the SQL plan baselines for the specified SQL handle.
public 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.
public 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.
public 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.
public 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.
public 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.
public 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.
public SqlPlanBaselineOrigin getOrigin()
A filter to return all the SQL plan baselines that match the origin.
public 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.
public Integer getLimit()
The maximum number of records returned in the paginated response.
public ListSqlPlanBaselinesRequest.SortBy getSortBy()
The option to sort the SQL plan baseline summary data.
public SortOrders getSortOrder()
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Descending order is the default order.
public 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.
public 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.
public 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.
public Boolean getIsNeverExecuted()
A filter to return only SQL plan baselines that are not executed till now. By default, all SQL plan baselines are returned.
public String getOpcRequestId()
The client request ID for tracing.
public String getOpcNamedCredentialId()
The OCID of the Named Credential.
public ListSqlPlanBaselinesRequest.Builder toBuilder()
Return an instance of ListSqlPlanBaselinesRequest.Builder
that allows you to modify request properties.
ListSqlPlanBaselinesRequest.Builder
that allows you to modify request properties.public static ListSqlPlanBaselinesRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<Void>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2024. All rights reserved.