Class ExadataFleetMetricDefinition
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasemanagement.model.ExadataFleetMetricDefinition
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class ExadataFleetMetricDefinition extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe Exadata infrastructure metric details.
Note: Objects should always be created or deserialized using theExadataFleetMetricDefinition.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 theExadataFleetMetricDefinition.Builder, which maintain a set of all explicitly set fields calledExadataFleetMetricDefinition.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 Summary
Nested Classes Modifier and Type Class Description static classExadataFleetMetricDefinition.Builder
-
Constructor Summary
Constructors Constructor Description ExadataFleetMetricDefinition(String metricName, Double baselineValue, Double targetValue, String unit, Date timestamp, Double percentageChange, List<ExadataMetricDimensionDefinition> dimensions)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExadataFleetMetricDefinition.Builderbuilder()Create a new builder.booleanequals(Object o)DoublegetBaselineValue()The baseline value of the metric.List<ExadataMetricDimensionDefinition>getDimensions()The dimensions of the metric.StringgetMetricName()The name of the metric.DoublegetPercentageChange()The percentage change in the metric aggregated value compared to the baseline value.DoublegetTargetValue()The target value of the metric.DategetTimestamp()The data point date and time in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.StringgetUnit()The unit of the value.inthashCode()ExadataFleetMetricDefinition.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
ExadataFleetMetricDefinition
@Deprecated @ConstructorProperties({"metricName","baselineValue","targetValue","unit","timestamp","percentageChange","dimensions"}) public ExadataFleetMetricDefinition(String metricName, Double baselineValue, Double targetValue, String unit, Date timestamp, Double percentageChange, List<ExadataMetricDimensionDefinition> dimensions)
Deprecated.
-
-
Method Detail
-
builder
public static ExadataFleetMetricDefinition.Builder builder()
Create a new builder.
-
toBuilder
public ExadataFleetMetricDefinition.Builder toBuilder()
-
getMetricName
public String getMetricName()
The name of the metric.- Returns:
- the value
-
getBaselineValue
public Double getBaselineValue()
The baseline value of the metric.- Returns:
- the value
-
getTargetValue
public Double getTargetValue()
The target value of the metric.- Returns:
- the value
-
getUnit
public String getUnit()
The unit of the value.- Returns:
- the value
-
getTimestamp
public Date getTimestamp()
The data point date and time in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.- Returns:
- the value
-
getPercentageChange
public Double getPercentageChange()
The percentage change in the metric aggregated value compared to the baseline value.- Returns:
- the value
-
getDimensions
public List<ExadataMetricDimensionDefinition> getDimensions()
The dimensions of the metric.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classcom.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:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-