Class AwrDbSysstatSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.AwrDbSysstatSummary.Builder
 
- 
- Enclosing class:
- AwrDbSysstatSummary
 
 public static class AwrDbSysstatSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrDbSysstatSummary.BuilderavgValue(Double avgValue)The average value of the SYSSTAT.AwrDbSysstatSummarybuild()AwrDbSysstatSummary.Buildercategory(String category)The name of the SYSSTAT category.AwrDbSysstatSummary.Buildercopy(AwrDbSysstatSummary model)AwrDbSysstatSummary.BuildercurrentValue(Double currentValue)The last value of the SYSSTAT.AwrDbSysstatSummary.Buildername(String name)The name of the SYSSTAT.AwrDbSysstatSummary.BuildertimeBegin(Date timeBegin)The start time of the SYSSTAT.AwrDbSysstatSummary.BuildertimeEnd(Date timeEnd)The end time of the SYSSTAT.
 
- 
- 
- 
Method Detail- 
namepublic AwrDbSysstatSummary.Builder name(String name) The name of the SYSSTAT.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
categorypublic AwrDbSysstatSummary.Builder category(String category) The name of the SYSSTAT category.- Parameters:
- category- the value to set
- Returns:
- this builder
 
 - 
timeBeginpublic AwrDbSysstatSummary.Builder timeBegin(Date timeBegin) The start time of the SYSSTAT.- Parameters:
- timeBegin- the value to set
- Returns:
- this builder
 
 - 
timeEndpublic AwrDbSysstatSummary.Builder timeEnd(Date timeEnd) The end time of the SYSSTAT.- Parameters:
- timeEnd- the value to set
- Returns:
- this builder
 
 - 
avgValuepublic AwrDbSysstatSummary.Builder avgValue(Double avgValue) The average value of the SYSSTAT.- Parameters:
- avgValue- the value to set
- Returns:
- this builder
 
 - 
currentValuepublic AwrDbSysstatSummary.Builder currentValue(Double currentValue) The last value of the SYSSTAT.- Parameters:
- currentValue- the value to set
- Returns:
- this builder
 
 - 
buildpublic AwrDbSysstatSummary build() 
 - 
copypublic AwrDbSysstatSummary.Builder copy(AwrDbSysstatSummary model) 
 
- 
 
-