Class ImpressionCount.CountPerFeature

    • Field Detail

      • feature

        @SerializedName("f")
        public final String feature
      • timeframe

        @SerializedName("m")
        public final long timeframe
      • count

        @SerializedName("rc")
        public final int count
    • Constructor Detail

      • CountPerFeature

        public CountPerFeature​(String f,
                               long t,
                               int c)