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