Package video.api.client.api.models
Class AnalyticsAggregatedMetricsResponseContext
- java.lang.Object
-
- video.api.client.api.models.AnalyticsAggregatedMetricsResponseContext
-
- All Implemented Interfaces:
Serializable,DeepObject
public class AnalyticsAggregatedMetricsResponseContext extends Object implements Serializable, DeepObject
AnalyticsAggregatedMetricsResponseContext- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalyticsAggregatedMetricsResponseContext.AggregationEnumReturns the aggregation you selected.static classAnalyticsAggregatedMetricsResponseContext.MetricEnumReturns the metric you selected.
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AGGREGATIONstatic StringSERIALIZED_NAME_METRICstatic StringSERIALIZED_NAME_TIMEFRAME
-
Constructor Summary
Constructors Constructor Description AnalyticsAggregatedMetricsResponseContext()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_METRIC
public static final String SERIALIZED_NAME_METRIC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AGGREGATION
public static final String SERIALIZED_NAME_AGGREGATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIMEFRAME
public static final String SERIALIZED_NAME_TIMEFRAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
metric
public AnalyticsAggregatedMetricsResponseContext metric(AnalyticsAggregatedMetricsResponseContext.MetricEnum metric)
-
getMetric
@Nullable public AnalyticsAggregatedMetricsResponseContext.MetricEnum getMetric()
Returns the metric you selected.- Returns:
- metric
-
setMetric
public void setMetric(AnalyticsAggregatedMetricsResponseContext.MetricEnum metric)
-
aggregation
public AnalyticsAggregatedMetricsResponseContext aggregation(AnalyticsAggregatedMetricsResponseContext.AggregationEnum aggregation)
-
getAggregation
@Nullable public AnalyticsAggregatedMetricsResponseContext.AggregationEnum getAggregation()
Returns the aggregation you selected.- Returns:
- aggregation
-
setAggregation
public void setAggregation(AnalyticsAggregatedMetricsResponseContext.AggregationEnum aggregation)
-
timeframe
public AnalyticsAggregatedMetricsResponseContext timeframe(AnalyticsAggregatedMetricsResponseContextTimeframe timeframe)
-
getTimeframe
@Nullable public AnalyticsAggregatedMetricsResponseContextTimeframe getTimeframe()
Get timeframe- Returns:
- timeframe
-
setTimeframe
public void setTimeframe(AnalyticsAggregatedMetricsResponseContextTimeframe timeframe)
-
-