Package video.api.client.api.models
Class AnalyticsData
- java.lang.Object
-
- video.api.client.api.models.AnalyticsData
-
- All Implemented Interfaces:
Serializable,DeepObject
public class AnalyticsData extends Object implements Serializable, DeepObject
AnalyticsData- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PLAYSstatic StringSERIALIZED_NAME_VALUE
-
Constructor Summary
Constructors Constructor Description AnalyticsData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetPlays()Shows the number of play events for one specific `value`.StringgetValue()Shows a value for the property you have specified for `dimension` in your request.inthashCode()AnalyticsDataplays(Integer plays)voidsetPlays(Integer plays)voidsetValue(String value)StringtoString()AnalyticsDatavalue(String value)
-
-
-
Field Detail
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PLAYS
public static final String SERIALIZED_NAME_PLAYS
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public AnalyticsData value(String value)
-
getValue
public String getValue()
Shows a value for the property you have specified for `dimension` in your request. For example, if you requested `dimension=videoId`, each `value` field in the response returns a different videoId.- Returns:
- value
-
setValue
public void setValue(String value)
-
plays
public AnalyticsData plays(Integer plays)
-
getPlays
public Integer getPlays()
Shows the number of play events for one specific `value`.- Returns:
- plays
-
setPlays
public void setPlays(Integer plays)
-
-