Class StatisticsCount

java.lang.Object
com.here.platform.data.client.model.geojson.StatisticsCount
All Implemented Interfaces:
GeoJson, Serializable, scala.Equals, scala.Product

public class StatisticsCount extends Object implements GeoJson, scala.Product, Serializable
Defines the count of statistics param: value the count value param: estimated if true, the count is estimated
See Also:
  • Constructor Details

    • StatisticsCount

      public StatisticsCount(scala.Option<Object> value, scala.Option<Object> estimated)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • value

      public scala.Option<Object> value()
    • estimated

      public scala.Option<Object> estimated()
    • getValue

      public Long getValue()
      Returns:
      the count value
    • getEstimated

      public Boolean getEstimated()
      Returns:
      if true, the count is estimated