public static class AwrDatabaseSysstatSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDatabaseSysstatSummary.Builder |
avgValue(Double avgValue)
The average value of the SYSSTAT.
|
AwrDatabaseSysstatSummary |
build() |
AwrDatabaseSysstatSummary.Builder |
category(String category)
The name of the SYSSTAT category.
|
AwrDatabaseSysstatSummary.Builder |
copy(AwrDatabaseSysstatSummary model) |
AwrDatabaseSysstatSummary.Builder |
currentValue(Double currentValue)
The last value of the SYSSTAT.
|
AwrDatabaseSysstatSummary.Builder |
name(String name)
The name of the SYSSTAT.
|
AwrDatabaseSysstatSummary.Builder |
timeBegin(Date timeBegin)
The start time of the SYSSTAT.
|
AwrDatabaseSysstatSummary.Builder |
timeEnd(Date timeEnd)
The end time of the SYSSTAT.
|
public AwrDatabaseSysstatSummary.Builder name(String name)
The name of the SYSSTAT.
name
- the value to setpublic AwrDatabaseSysstatSummary.Builder category(String category)
The name of the SYSSTAT category.
category
- the value to setpublic AwrDatabaseSysstatSummary.Builder timeBegin(Date timeBegin)
The start time of the SYSSTAT.
timeBegin
- the value to setpublic AwrDatabaseSysstatSummary.Builder timeEnd(Date timeEnd)
The end time of the SYSSTAT.
timeEnd
- the value to setpublic AwrDatabaseSysstatSummary.Builder avgValue(Double avgValue)
The average value of the SYSSTAT. The units are stats name/val per the time period {timeBegin - timeEnd}.
avgValue
- the value to setpublic AwrDatabaseSysstatSummary.Builder currentValue(Double currentValue)
The last value of the SYSSTAT. The units are stats name/val per the time period {timeBegin - timeEnd}.
currentValue
- the value to setpublic AwrDatabaseSysstatSummary build()
public AwrDatabaseSysstatSummary.Builder copy(AwrDatabaseSysstatSummary model)
Copyright © 2016–2024. All rights reserved.