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 Details

    • ChangesetStatistics

      public ChangesetStatistics(String type, scala.Option<Object> minVersion, scala.Option<Object> maxVersion)
  • Method Details

    • apply

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

      public static String toString()
    • type

      public String type()
    • minVersion

      public scala.Option<Object> minVersion()
    • maxVersion

      public scala.Option<Object> maxVersion()
    • getType

      public String getType()
      Returns:
      The type of changeset
    • getMinVersion

      public Long getMinVersion()
      Returns:
      The min version which is available
    • getMaxVersion

      public Long getMaxVersion()
      Returns:
      The max version which is available