public static class SqlInventory.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlInventory |
build() |
SqlInventory.Builder |
copy(SqlInventory model) |
SqlInventory.Builder |
sqlsAnalyzed(Long sqlsAnalyzed)
Total number of sqls analyzed by the query.
|
SqlInventory.Builder |
totalDatabases(Integer totalDatabases)
Total number of Databases.
|
SqlInventory.Builder |
totalSqls(Long totalSqls)
Total number of sqls.
|
public SqlInventory.Builder totalSqls(Long totalSqls)
Total number of sqls. Example 2000
totalSqls
- the value to setpublic SqlInventory.Builder totalDatabases(Integer totalDatabases)
Total number of Databases. Example 400
totalDatabases
- the value to setpublic SqlInventory.Builder sqlsAnalyzed(Long sqlsAnalyzed)
Total number of sqls analyzed by the query. Example 120
sqlsAnalyzed
- the value to setpublic SqlInventory build()
public SqlInventory.Builder copy(SqlInventory model)
Copyright © 2016–2024. All rights reserved.