Class StatisticsCount
java.lang.Object
com.here.platform.data.client.model.geojson.StatisticsCount
- All Implemented Interfaces:
GeoJson,Serializable,scala.Equals,scala.Product
Defines the count of statistics
param: value the count value
param: estimated if true, the count is estimated
- See Also:
-
Constructor Summary
Constructors -
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
-
StatisticsCount
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
value
-
estimated
-
getValue
- Returns:
- the count value
-
getEstimated
- Returns:
- if true, the count is estimated
-