Class AnalyticsData

    • Constructor Detail

      • AnalyticsData

        public AnalyticsData()
    • Method Detail

      • 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)
      • getPlays

        public Integer getPlays()
        Shows the number of play events for one specific `value`.
        Returns:
        plays
      • setPlays

        public void setPlays​(Integer plays)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object