Package video.api.client.api.models
Class AnalyticsMetricsOverTimeResponseData
- java.lang.Object
-
- video.api.client.api.models.AnalyticsMetricsOverTimeResponseData
-
- All Implemented Interfaces:
Serializable,DeepObject
public class AnalyticsMetricsOverTimeResponseData extends Object implements Serializable, DeepObject
AnalyticsMetricsOverTimeResponseData- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_EMITTED_ATstatic StringSERIALIZED_NAME_METRIC_VALUE
-
Constructor Summary
Constructors Constructor Description AnalyticsMetricsOverTimeResponseData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalyticsMetricsOverTimeResponseDataemittedAt(String emittedAt)booleanequals(Object o)StringgetEmittedAt()Returns the timestamp of the event that belongs to a specific metric in ATOM date-time format.FloatgetMetricValue()Returns the data for a specific metric value.inthashCode()AnalyticsMetricsOverTimeResponseDatametricValue(Float metricValue)voidsetEmittedAt(String emittedAt)voidsetMetricValue(Float metricValue)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_EMITTED_AT
public static final String SERIALIZED_NAME_EMITTED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METRIC_VALUE
public static final String SERIALIZED_NAME_METRIC_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
emittedAt
public AnalyticsMetricsOverTimeResponseData emittedAt(String emittedAt)
-
getEmittedAt
@Nullable public String getEmittedAt()
Returns the timestamp of the event that belongs to a specific metric in ATOM date-time format. For example, if you set `play` with an `hour` interval in your request, then `emittedAt` returns the hourly timestamps of every play event within the timeframe you defined.- Returns:
- emittedAt
-
setEmittedAt
public void setEmittedAt(String emittedAt)
-
metricValue
public AnalyticsMetricsOverTimeResponseData metricValue(Float metricValue)
-
getMetricValue
@Nullable public Float getMetricValue()
Returns the data for a specific metric value.- Returns:
- metricValue
-
setMetricValue
public void setMetricValue(Float metricValue)
-
-