Package com.atlan.model.search
Class AggregationMetricResult
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.search.AggregationResult
com.atlan.model.search.AggregationMetricResult
- All Implemented Interfaces:
Serializable
Captures the results from a metric aggregation.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Method Summary
Methods inherited from class com.atlan.model.search.AggregationResult
getMetric
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Method Details
-
builder
-
getValue
Value of the requested metric aggregation. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAggregationResult
-