public static class AwrDatabaseMetricSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDatabaseMetricSummary.Builder |
avgValue(Double avgValue)
The average value of the sampling period.
|
AwrDatabaseMetricSummary |
build() |
AwrDatabaseMetricSummary.Builder |
copy(AwrDatabaseMetricSummary model) |
AwrDatabaseMetricSummary.Builder |
maxValue(Double maxValue)
The maximum value of the sampling period.
|
AwrDatabaseMetricSummary.Builder |
minValue(Double minValue)
The minimum value of the sampling period.
|
AwrDatabaseMetricSummary.Builder |
name(String name)
The name of the metric.
|
AwrDatabaseMetricSummary.Builder |
timestamp(Date timestamp)
The time of the sampling.
|
public AwrDatabaseMetricSummary.Builder name(String name)
The name of the metric.
name
- the value to setpublic AwrDatabaseMetricSummary.Builder timestamp(Date timestamp)
The time of the sampling.
timestamp
- the value to setpublic AwrDatabaseMetricSummary.Builder avgValue(Double avgValue)
The average value of the sampling period.
avgValue
- the value to setpublic AwrDatabaseMetricSummary.Builder minValue(Double minValue)
The minimum value of the sampling period.
minValue
- the value to setpublic AwrDatabaseMetricSummary.Builder maxValue(Double maxValue)
The maximum value of the sampling period.
maxValue
- the value to setpublic AwrDatabaseMetricSummary build()
public AwrDatabaseMetricSummary.Builder copy(AwrDatabaseMetricSummary model)
Copyright © 2016–2024. All rights reserved.