Package video.api.client.api.models
Class AnalyticsAggregatedMetricsResponse
- java.lang.Object
-
- video.api.client.api.models.AnalyticsAggregatedMetricsResponse
-
- All Implemented Interfaces:
Serializable,DeepObject
public class AnalyticsAggregatedMetricsResponse extends Object implements Serializable, DeepObject
AnalyticsAggregatedMetricsResponse- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTEXTstatic StringSERIALIZED_NAME_DATA
-
Constructor Summary
Constructors Constructor Description AnalyticsAggregatedMetricsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalyticsAggregatedMetricsResponsecontext(AnalyticsAggregatedMetricsResponseContext context)AnalyticsAggregatedMetricsResponsedata(Float data)booleanequals(Object o)AnalyticsAggregatedMetricsResponseContextgetContext()Get contextFloatgetData()Get datainthashCode()voidsetContext(AnalyticsAggregatedMetricsResponseContext context)voidsetData(Float data)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONTEXT
public static final String SERIALIZED_NAME_CONTEXT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DATA
public static final String SERIALIZED_NAME_DATA
- See Also:
- Constant Field Values
-
-
Method Detail
-
context
public AnalyticsAggregatedMetricsResponse context(AnalyticsAggregatedMetricsResponseContext context)
-
getContext
public AnalyticsAggregatedMetricsResponseContext getContext()
Get context- Returns:
- context
-
setContext
public void setContext(AnalyticsAggregatedMetricsResponseContext context)
-
data
public AnalyticsAggregatedMetricsResponse data(Float data)
-
getData
public Float getData()
Get data- Returns:
- data
-
setData
public void setData(Float data)
-
-