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 Summary
ConstructorsConstructorDescriptionStatisticsPropertiesValue(scala.Option<String> key, scala.Option<Object> count, scala.Option<Object> searchable) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface com.here.platform.data.client.model.geojson.GeoJson
toJson, toPrettyJsonMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
StatisticsPropertiesValue
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
key
-
count
-
searchable
-
getKey
- Returns:
- the property name
-
getCount
- Returns:
- the count of the property in the layer
-
getSearchable
- Returns:
- if true, the property is searchable
-