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 SqlTuningAdvisorTaskSummaryReportStatementCountsbuild()SqlTuningAdvisorTaskSummaryReportStatementCounts.Buildercopy(SqlTuningAdvisorTaskSummaryReportStatementCounts model)SqlTuningAdvisorTaskSummaryReportStatementCounts.BuilderdistinctSql(Integer distinctSql)The number of distinct SQL statements.SqlTuningAdvisorTaskSummaryReportStatementCounts.BuildererrorCount(Integer errorCount)The number of distinct SQL statements with errors.SqlTuningAdvisorTaskSummaryReportStatementCounts.BuilderfindingCount(Integer findingCount)The number of distinct SQL statements with findings.SqlTuningAdvisorTaskSummaryReportStatementCounts.BuildertotalSql(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)
-
-