public static class SqlSearchCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlSearchCollection |
build() |
SqlSearchCollection.Builder |
copy(SqlSearchCollection model) |
SqlSearchCollection.Builder |
items(List<SqlSearchSummary> items)
List of Databases executing the sql.
|
SqlSearchCollection.Builder |
sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
|
SqlSearchCollection.Builder |
sqlText(String sqlText)
SQL Statement Text
|
SqlSearchCollection.Builder |
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
|
SqlSearchCollection.Builder |
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
|
public SqlSearchCollection.Builder sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
sqlIdentifier
- the value to setpublic SqlSearchCollection.Builder sqlText(String sqlText)
SQL Statement Text
sqlText
- the value to setpublic SqlSearchCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic SqlSearchCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic SqlSearchCollection.Builder items(List<SqlSearchSummary> items)
List of Databases executing the sql.
items
- the value to setpublic SqlSearchCollection build()
public SqlSearchCollection.Builder copy(SqlSearchCollection model)
Copyright © 2016–2024. All rights reserved.