public static class AwrDbReport.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDbReport |
build() |
AwrDbReport.Builder |
content(String content)
The content of the report.
|
AwrDbReport.Builder |
copy(AwrDbReport model) |
AwrDbReport.Builder |
dbQueryTimeInSecs(Double dbQueryTimeInSecs) |
AwrDbReport.Builder |
format(AwrDbReport.Format format)
The format of the report.
|
AwrDbReport.Builder |
name(String name) |
AwrDbReport.Builder |
queryKey(String queryKey) |
AwrDbReport.Builder |
version(String version) |
public AwrDbReport.Builder name(String name)
public AwrDbReport.Builder version(String version)
public AwrDbReport.Builder queryKey(String queryKey)
public AwrDbReport.Builder dbQueryTimeInSecs(Double dbQueryTimeInSecs)
public AwrDbReport.Builder content(String content)
The content of the report.
content
- the value to setpublic AwrDbReport.Builder format(AwrDbReport.Format format)
The format of the report.
format
- the value to setpublic AwrDbReport build()
public AwrDbReport.Builder copy(AwrDbReport model)
Copyright © 2016–2024. All rights reserved.