Class OptimizerStatisticsCollectionAggregationSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20201101")
    public final class OptimizerStatisticsCollectionAggregationSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    The 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 the OptimizerStatisticsCollectionAggregationSummary.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 the OptimizerStatisticsCollectionAggregationSummary.Builder, which maintain a set of all explicitly set fields called OptimizerStatisticsCollectionAggregationSummary.Builder.__explicitlySet__. The hashCode() and equals(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).
    • Method Detail

      • getTimeStart

        public Date getTimeStart()
        Indicates the start of the hour as the statistics are aggregated per hour.
        Returns:
        the value
      • getTimeEnd

        public Date getTimeEnd()
        Indicates the end of the hour as the statistics are aggregated per hour.
        Returns:
        the value
      • getPending

        public Integer getPending()
        The number of tasks or objects for which statistics are yet to be gathered.
        Returns:
        the value
      • getInProgress

        public Integer getInProgress()
        The number of tasks or objects for which statistics gathering is in progress.
        Returns:
        the value
      • getCompleted

        public Integer getCompleted()
        The number of tasks or objects for which statistics gathering is completed.
        Returns:
        the value
      • getFailed

        public Integer getFailed()
        The number of tasks or objects for which statistics gathering failed.
        Returns:
        the value
      • getSkipped

        public Integer getSkipped()
        The number of tasks or objects for which statistics gathering was skipped.
        Returns:
        the value
      • getTimedOut

        public Integer getTimedOut()
        The number of tasks or objects for which statistics gathering timed out.
        Returns:
        the value
      • getUnknown

        public Integer getUnknown()
        The number of tasks or objects for which the status of statistics gathering is unknown.
        Returns:
        the value
      • getTotal

        public 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
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public 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
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel