Class StatisticsPropertiesValue

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

public class StatisticsPropertiesValue extends Object implements GeoJson, scala.Product, Serializable
Defines the property count in the layer param: key the property name param: count the count of the property in the layer param: searchable if true, the property is searchable
See Also:
  • Constructor Details

    • StatisticsPropertiesValue

      public StatisticsPropertiesValue(scala.Option<String> key, scala.Option<Object> count, scala.Option<Object> searchable)
  • Method Details

    • apply

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

      public static String toString()
    • key

      public scala.Option<String> key()
    • count

      public scala.Option<Object> count()
    • searchable

      public scala.Option<Object> searchable()
    • getKey

      public String getKey()
      Returns:
      the property name
    • getCount

      public Long getCount()
      Returns:
      the count of the property in the layer
    • getSearchable

      public Boolean getSearchable()
      Returns:
      if true, the property is searchable