public class MetricTokenAggregation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
eventType |
protected java.util.List<MetricTokenAggregationResult> |
results |
Constructor and Description |
---|
MetricTokenAggregation() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventType()
Gets the eventType.
|
java.util.List<MetricTokenAggregationResult> |
getResults()
Gets the results.
|
@SerializedName(value="event_type") protected java.lang.String eventType
protected java.util.List<MetricTokenAggregationResult> results
public java.lang.String getEventType()
The event type associated with this metric result. This field, when present, will always be `click`.
public java.util.List<MetricTokenAggregationResult> getResults()
Array of results for the metric token aggregation.