Class ContributionsResult

java.lang.Object
org.heigit.ohsome.ohsomeapi.output.contributions.ContributionsResult
All Implemented Interfaces:
Result

public class ContributionsResult extends Object implements Result
Represents the result JSON object for the resources working with contributions (currently: /users and /contributions/count) containing the from timestamp together with the corresponding value.
  • Constructor Details

    • ContributionsResult

      public ContributionsResult(String fromTimestamp, String toTimestamp, double value)
  • Method Details

    • getFromTimestamp

      public String getFromTimestamp()
    • getToTimestamp

      public String getToTimestamp()
    • getValue

      public double getValue()
      Specified by:
      getValue in interface Result