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