public static class AwrDbCpuUsageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDbCpuUsageSummary.Builder |
avgValue(Double avgValue)
The average CPU usage per second.
|
AwrDbCpuUsageSummary |
build() |
AwrDbCpuUsageSummary.Builder |
copy(AwrDbCpuUsageSummary model) |
AwrDbCpuUsageSummary.Builder |
timestamp(Date timestamp)
The timestamp for the CPU summary data.
|
public AwrDbCpuUsageSummary.Builder timestamp(Date timestamp)
The timestamp for the CPU summary data.
timestamp
- the value to setpublic AwrDbCpuUsageSummary.Builder avgValue(Double avgValue)
The average CPU usage per second.
avgValue
- the value to setpublic AwrDbCpuUsageSummary build()
public AwrDbCpuUsageSummary.Builder copy(AwrDbCpuUsageSummary model)
Copyright © 2016–2024. All rights reserved.