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