@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class SqlPlanCollection extends Object
SQL Plans for the particular SQL.
SqlPlanCollection.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 the SqlPlanCollection.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
SqlPlanCollection.Builder |
Constructor and Description |
---|
SqlPlanCollection(String sqlIdentifier,
String id,
String databaseId,
List<SqlPlanSummary> items)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SqlPlanCollection.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDatabaseId()
The OCID of the database.
|
String |
getId()
The OCID of the database insight resource.
|
List<SqlPlanSummary> |
getItems()
array of SQL Plans.
|
String |
getSqlIdentifier()
Unique SQL_ID for a SQL Statement.
|
int |
hashCode() |
SqlPlanCollection.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"sqlIdentifier","id","databaseId","items"}) public SqlPlanCollection(String sqlIdentifier, String id, String databaseId, List<SqlPlanSummary> items)
public static SqlPlanCollection.Builder builder()
Create a new builder.
public SqlPlanCollection.Builder toBuilder()
public String getSqlIdentifier()
Unique SQL_ID for a SQL Statement.
public List<SqlPlanSummary> getItems()
array of SQL Plans.
Copyright © 2016–2022. All rights reserved.