Class AnalyticsMetricsOverTimeResponseData

    • Constructor Detail

      • AnalyticsMetricsOverTimeResponseData

        public AnalyticsMetricsOverTimeResponseData()
    • Method Detail

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

        @Nullable
        public Float getMetricValue()
        Returns the data for a specific metric value.
        Returns:
        metricValue
      • setMetricValue

        public void setMetricValue​(Float metricValue)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object