Class ChangesetStatistics
java.lang.Object
com.here.platform.data.client.model.geojson.ChangesetStatistics
- All Implemented Interfaces:
GeoJson,Serializable,scala.Equals,scala.Product
public final class ChangesetStatistics
extends Object
implements GeoJson, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChangesetStatistics(String type, scala.Option<Object> minVersion, scala.Option<Object> maxVersion) -
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
-
ChangesetStatistics
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
type
-
minVersion
-
maxVersion
-
getType
- Returns:
- The type of changeset
-
getMinVersion
- Returns:
- The min version which is available
-
getMaxVersion
- Returns:
- The max version which is available
-