Package video.api.client.api.models
Class AnalyticsAggregatedMetricsResponseContextTimeframe
- java.lang.Object
-
- video.api.client.api.models.AnalyticsAggregatedMetricsResponseContextTimeframe
-
- All Implemented Interfaces:
Serializable,DeepObject
public class AnalyticsAggregatedMetricsResponseContextTimeframe extends Object implements Serializable, DeepObject
Returns the starting and ending date-times of the period you want analytics for.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FROMstatic StringSERIALIZED_NAME_TO
-
Constructor Summary
Constructors Constructor Description AnalyticsAggregatedMetricsResponseContextTimeframe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AnalyticsAggregatedMetricsResponseContextTimeframefrom(OffsetDateTime from)OffsetDateTimegetFrom()Returns the starting date-time of the period you want analytics for in ATOM date-time format.OffsetDateTimegetTo()Returns the starting date-time of the period you want analytics for in ATOM date-time format.inthashCode()voidsetFrom(OffsetDateTime from)voidsetTo(OffsetDateTime to)AnalyticsAggregatedMetricsResponseContextTimeframeto(OffsetDateTime to)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_FROM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TO
public static final String SERIALIZED_NAME_TO
- See Also:
- Constant Field Values
-
-
Method Detail
-
from
public AnalyticsAggregatedMetricsResponseContextTimeframe from(OffsetDateTime from)
-
getFrom
@Nullable public OffsetDateTime getFrom()
Returns the starting date-time of the period you want analytics for in ATOM date-time format.- Returns:
- from
-
setFrom
public void setFrom(OffsetDateTime from)
-
to
public AnalyticsAggregatedMetricsResponseContextTimeframe to(OffsetDateTime to)
-
getTo
@Nullable public OffsetDateTime getTo()
Returns the starting date-time of the period you want analytics for in ATOM date-time format.- Returns:
- to
-
setTo
public void setTo(OffsetDateTime to)
-
-