Class Metadata

java.lang.Object
org.heigit.ohsome.ohsomeapi.output.Metadata

public class Metadata extends Object
Represents the metadata JSON object containing the execution time, a description of the result values, as well as the request URL.
  • Constructor Details

    • Metadata

      public Metadata(Long executionTime, String description, String requestUrl)
  • Method Details

    • getExecutionTime

      public Long getExecutionTime()
    • getDescription

      public String getDescription()
    • getRequestUrl

      public String getRequestUrl()