public class QueryInsightsMetricDefinitionV2026R0 extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
field
The fully qualified field name on which the metric is computed.
|
protected EnumWrapper<QueryInsightsMetricDefinitionV2026R0TypeField> |
type
The aggregation function to apply.
|
explicitlySetNullableFields| Constructor and Description |
|---|
QueryInsightsMetricDefinitionV2026R0(EnumWrapper<QueryInsightsMetricDefinitionV2026R0TypeField> type,
String field) |
QueryInsightsMetricDefinitionV2026R0(QueryInsightsMetricDefinitionV2026R0TypeField type,
String field) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getField() |
EnumWrapper<QueryInsightsMetricDefinitionV2026R0TypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<QueryInsightsMetricDefinitionV2026R0TypeField> type
public QueryInsightsMetricDefinitionV2026R0(QueryInsightsMetricDefinitionV2026R0TypeField type, String field)
public QueryInsightsMetricDefinitionV2026R0(EnumWrapper<QueryInsightsMetricDefinitionV2026R0TypeField> type, String field)
public EnumWrapper<QueryInsightsMetricDefinitionV2026R0TypeField> getType()