static SqlTuningSetSummary.Builder |
SqlTuningSetSummary.builder() |
Create a new builder.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.copy(SqlTuningSetSummary model) |
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.description(String description) |
The description of the SQL tuning set.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.errorMessage(String errorMessage) |
Latest execution error of the plsql that was submitted as a scheduler job.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.id(Integer id) |
The unique Sql tuning set identifier.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.name(String name) |
The name of the SQL tuning set.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.owner(String owner) |
The owner of the SQL tuning set.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.scheduledJobName(String scheduledJobName) |
Name of the Sql tuning set scheduler job.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.statementCounts(Integer statementCounts) |
The number of SQL statements in the SQL tuning set.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.status(SqlTuningSetStatusTypes status) |
Current status of the Sql tuning set.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.timeCreated(Date timeCreated) |
The created time of the Sql tuning set.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.Builder.timeLastModified(Date timeLastModified) |
Last modified time of the Sql tuning set.
|
SqlTuningSetSummary.Builder |
SqlTuningSetSummary.toBuilder() |
|