Class SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder
-
- Enclosing class:
- SqlTuningAdvisorTaskSummaryReportStatementCounts
public static class SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
distinctSql
public SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder distinctSql(Integer distinctSql)
The number of distinct SQL statements.- Parameters:
distinctSql
- the value to set- Returns:
- this builder
-
totalSql
public SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder totalSql(Integer totalSql)
The total number of SQL statements.- Parameters:
totalSql
- the value to set- Returns:
- this builder
-
findingCount
public SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder findingCount(Integer findingCount)
The number of distinct SQL statements with findings.- Parameters:
findingCount
- the value to set- Returns:
- this builder
-
errorCount
public SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder errorCount(Integer errorCount)
The number of distinct SQL statements with errors.- Parameters:
errorCount
- the value to set- Returns:
- this builder
-
build
public SqlTuningAdvisorTaskSummaryReportStatementCounts build()
-
copy
public SqlTuningAdvisorTaskSummaryReportStatementCounts.Builder copy(SqlTuningAdvisorTaskSummaryReportStatementCounts model)
-
-