public static class SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlTuningAdvisorTaskSummaryReportStatementCounts |
build() |
SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder |
copy(SqlTuningAdvisorTaskSummaryReportStatementCounts model) |
SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder |
distinctSql(Integer distinctSql)
The number of distinct SQL statements.
|
SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder |
errorCount(Integer errorCount)
The number of distinct SQL statements with errors.
|
SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder |
findingCount(Integer findingCount)
The number of distinct SQL statements with findings.
|
SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder |
totalSql(Integer totalSql)
The total number of SQL statements.
|
public SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder distinctSql(Integer distinctSql)
The number of distinct SQL statements.
distinctSql
- the value to setpublic SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder totalSql(Integer totalSql)
The total number of SQL statements.
totalSql
- the value to setpublic SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder findingCount(Integer findingCount)
The number of distinct SQL statements with findings.
findingCount
- the value to setpublic SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder errorCount(Integer errorCount)
The number of distinct SQL statements with errors.
errorCount
- the value to setpublic SqlTuningAdvisorTaskSummaryReportStatementCounts build()
Copyright © 2016–2023. All rights reserved.