public class QueryInsightEntryV2026R0 extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
key
The grouping key values associated with the entry.
|
protected Map<String,QueryInsightMetricResultV2026R0> |
metrics
A map of metric aliases to their computed results.
|
protected EnumWrapper<QueryInsightEntryV2026R0TypeField> |
type
The type of insight entry, indicating how the associated metrics are aggregated.
|
explicitlySetNullableFields| Constructor and Description |
|---|
QueryInsightEntryV2026R0(List<String> key,
EnumWrapper<QueryInsightEntryV2026R0TypeField> type,
Map<String,QueryInsightMetricResultV2026R0> metrics) |
QueryInsightEntryV2026R0(List<String> key,
QueryInsightEntryV2026R0TypeField type,
Map<String,QueryInsightMetricResultV2026R0> metrics) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getKey() |
Map<String,QueryInsightMetricResultV2026R0> |
getMetrics() |
EnumWrapper<QueryInsightEntryV2026R0TypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final List<String> key
protected final EnumWrapper<QueryInsightEntryV2026R0TypeField> type
protected final Map<String,QueryInsightMetricResultV2026R0> metrics
public QueryInsightEntryV2026R0(List<String> key, QueryInsightEntryV2026R0TypeField type, Map<String,QueryInsightMetricResultV2026R0> metrics)
public QueryInsightEntryV2026R0(List<String> key, EnumWrapper<QueryInsightEntryV2026R0TypeField> type, Map<String,QueryInsightMetricResultV2026R0> metrics)
public EnumWrapper<QueryInsightEntryV2026R0TypeField> getType()
public Map<String,QueryInsightMetricResultV2026R0> getMetrics()