Class OptimizerStatisticsCollectionAggregationSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.databasemanagement.model.OptimizerStatisticsCollectionAggregationSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class OptimizerStatisticsCollectionAggregationSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe summary of the Optimizer Statistics Collection, which includes the aggregated number of tasks grouped by status.
 Note: Objects should always be created or deserialized using theOptimizerStatisticsCollectionAggregationSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theOptimizerStatisticsCollectionAggregationSummary.Builder, which maintain a set of all explicitly set fields calledOptimizerStatisticsCollectionAggregationSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classOptimizerStatisticsCollectionAggregationSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description OptimizerStatisticsCollectionAggregationSummary(OptimizerStatisticsGroupByTypes groupBy, Date timeStart, Date timeEnd, Integer pending, Integer inProgress, Integer completed, Integer failed, Integer skipped, Integer timedOut, Integer unknown, Integer total)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OptimizerStatisticsCollectionAggregationSummary.Builderbuilder()Create a new builder.booleanequals(Object o)IntegergetCompleted()The number of tasks or objects for which statistics gathering is completed.IntegergetFailed()The number of tasks or objects for which statistics gathering failed.OptimizerStatisticsGroupByTypesgetGroupBy()The optimizer statistics tasks grouped by type.IntegergetInProgress()The number of tasks or objects for which statistics gathering is in progress.IntegergetPending()The number of tasks or objects for which statistics are yet to be gathered.IntegergetSkipped()The number of tasks or objects for which statistics gathering was skipped.IntegergetTimedOut()The number of tasks or objects for which statistics gathering timed out.DategetTimeEnd()Indicates the end of the hour as the statistics are aggregated per hour.DategetTimeStart()Indicates the start of the hour as the statistics are aggregated per hour.IntegergetTotal()The total number of tasks or objects for which statistics collection is finished.IntegergetUnknown()The number of tasks or objects for which the status of statistics gathering is unknown.inthashCode()OptimizerStatisticsCollectionAggregationSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
OptimizerStatisticsCollectionAggregationSummary@Deprecated @ConstructorProperties({"groupBy","timeStart","timeEnd","pending","inProgress","completed","failed","skipped","timedOut","unknown","total"}) public OptimizerStatisticsCollectionAggregationSummary(OptimizerStatisticsGroupByTypes groupBy, Date timeStart, Date timeEnd, Integer pending, Integer inProgress, Integer completed, Integer failed, Integer skipped, Integer timedOut, Integer unknown, Integer total) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static OptimizerStatisticsCollectionAggregationSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic OptimizerStatisticsCollectionAggregationSummary.Builder toBuilder() 
 - 
getGroupBypublic OptimizerStatisticsGroupByTypes getGroupBy() The optimizer statistics tasks grouped by type.- Returns:
- the value
 
 - 
getTimeStartpublic Date getTimeStart() Indicates the start of the hour as the statistics are aggregated per hour.- Returns:
- the value
 
 - 
getTimeEndpublic Date getTimeEnd() Indicates the end of the hour as the statistics are aggregated per hour.- Returns:
- the value
 
 - 
getPendingpublic Integer getPending() The number of tasks or objects for which statistics are yet to be gathered.- Returns:
- the value
 
 - 
getInProgresspublic Integer getInProgress() The number of tasks or objects for which statistics gathering is in progress.- Returns:
- the value
 
 - 
getCompletedpublic Integer getCompleted() The number of tasks or objects for which statistics gathering is completed.- Returns:
- the value
 
 - 
getFailedpublic Integer getFailed() The number of tasks or objects for which statistics gathering failed.- Returns:
- the value
 
 - 
getSkippedpublic Integer getSkipped() The number of tasks or objects for which statistics gathering was skipped.- Returns:
- the value
 
 - 
getTimedOutpublic Integer getTimedOut() The number of tasks or objects for which statistics gathering timed out.- Returns:
- the value
 
 - 
getUnknownpublic Integer getUnknown() The number of tasks or objects for which the status of statistics gathering is unknown.- Returns:
- the value
 
 - 
getTotalpublic Integer getTotal() The total number of tasks or objects for which statistics collection is finished.This number is the sum of all the tasks or objects with various statuses: pending, inProgress, completed, failed, skipped, timedOut, and unknown. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-