Package video.api.client.api.models
Class AnalyticsMetricsBreakdownResponseContext
- java.lang.Object
-
- video.api.client.api.models.AnalyticsMetricsBreakdownResponseContext
-
- All Implemented Interfaces:
Serializable,DeepObject
public class AnalyticsMetricsBreakdownResponseContext extends Object implements Serializable, DeepObject
AnalyticsMetricsBreakdownResponseContext- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalyticsMetricsBreakdownResponseContext.BreakdownEnumReturns the dimension you selected.static classAnalyticsMetricsBreakdownResponseContext.MetricEnumReturns the metric you selected.
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BREAKDOWNstatic StringSERIALIZED_NAME_METRICstatic StringSERIALIZED_NAME_TIMEFRAME
-
Constructor Summary
Constructors Constructor Description AnalyticsMetricsBreakdownResponseContext()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_METRIC
public static final String SERIALIZED_NAME_METRIC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BREAKDOWN
public static final String SERIALIZED_NAME_BREAKDOWN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIMEFRAME
public static final String SERIALIZED_NAME_TIMEFRAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
metric
public AnalyticsMetricsBreakdownResponseContext metric(AnalyticsMetricsBreakdownResponseContext.MetricEnum metric)
-
getMetric
@Nullable public AnalyticsMetricsBreakdownResponseContext.MetricEnum getMetric()
Returns the metric you selected.- Returns:
- metric
-
setMetric
public void setMetric(AnalyticsMetricsBreakdownResponseContext.MetricEnum metric)
-
breakdown
public AnalyticsMetricsBreakdownResponseContext breakdown(AnalyticsMetricsBreakdownResponseContext.BreakdownEnum breakdown)
-
getBreakdown
@Nullable public AnalyticsMetricsBreakdownResponseContext.BreakdownEnum getBreakdown()
Returns the dimension you selected.- Returns:
- breakdown
-
setBreakdown
public void setBreakdown(AnalyticsMetricsBreakdownResponseContext.BreakdownEnum breakdown)
-
timeframe
public AnalyticsMetricsBreakdownResponseContext timeframe(AnalyticsAggregatedMetricsResponseContextTimeframe timeframe)
-
getTimeframe
@Nullable public AnalyticsAggregatedMetricsResponseContextTimeframe getTimeframe()
Get timeframe- Returns:
- timeframe
-
setTimeframe
public void setTimeframe(AnalyticsAggregatedMetricsResponseContextTimeframe timeframe)
-
-