@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class SummarizeDatabaseInsightResourceStatisticsAggregationCollection extends Object
Returns list of the Databases with resource statistics like usage,capacity,utilization and usage change percent.
Note: Objects should always be created or deserialized using the SummarizeDatabaseInsightResourceStatisticsAggregationCollection.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 SummarizeDatabaseInsightResourceStatisticsAggregationCollection.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
SummarizeDatabaseInsightResourceStatisticsAggregationCollection.Builder |
static class |
SummarizeDatabaseInsightResourceStatisticsAggregationCollection.ResourceMetric
Defines the type of resource metric (example: CPU, STORAGE)
|
Constructor and Description |
---|
SummarizeDatabaseInsightResourceStatisticsAggregationCollection(Date timeIntervalStart,
Date timeIntervalEnd,
SummarizeDatabaseInsightResourceStatisticsAggregationCollection.ResourceMetric resourceMetric,
UsageUnit usageUnit,
List<ResourceStatisticsAggregation> items)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SummarizeDatabaseInsightResourceStatisticsAggregationCollection.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<ResourceStatisticsAggregation> |
getItems()
Collection of Resource Statistics items
|
SummarizeDatabaseInsightResourceStatisticsAggregationCollection.ResourceMetric |
getResourceMetric()
Defines the type of resource metric (example: CPU, STORAGE)
|
Date |
getTimeIntervalEnd()
The end timestamp that was passed into the request.
|
Date |
getTimeIntervalStart()
The start timestamp that was passed into the request.
|
UsageUnit |
getUsageUnit()
Displays usage unit ( CORES, GB)
|
int |
hashCode() |
SummarizeDatabaseInsightResourceStatisticsAggregationCollection.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"timeIntervalStart","timeIntervalEnd","resourceMetric","usageUnit","items"}) @Deprecated public SummarizeDatabaseInsightResourceStatisticsAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, SummarizeDatabaseInsightResourceStatisticsAggregationCollection.ResourceMetric resourceMetric, UsageUnit usageUnit, List<ResourceStatisticsAggregation> items)
public static SummarizeDatabaseInsightResourceStatisticsAggregationCollection.Builder builder()
Create a new builder.
public SummarizeDatabaseInsightResourceStatisticsAggregationCollection.Builder toBuilder()
public Date getTimeIntervalStart()
The start timestamp that was passed into the request.
public Date getTimeIntervalEnd()
The end timestamp that was passed into the request.
public SummarizeDatabaseInsightResourceStatisticsAggregationCollection.ResourceMetric getResourceMetric()
Defines the type of resource metric (example: CPU, STORAGE)
public UsageUnit getUsageUnit()
Displays usage unit ( CORES, GB)
public List<ResourceStatisticsAggregation> getItems()
Collection of Resource Statistics items
Copyright © 2016–2022. All rights reserved.