public class QueryInsightMetricResultV2026R0 extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
type
The metric type that was computed.
|
protected Map<String,Double> |
values
The computed metric result(s), keyed by the metric function (for example `sum`, `avg`, `min`,
`max`, or `count`).
|
explicitlySetNullableFields| Constructor and Description |
|---|
QueryInsightMetricResultV2026R0(String type,
Map<String,Double> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType() |
Map<String,Double> |
getValues() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic QueryInsightMetricResultV2026R0(String type, Map<String,Double> values)