Class PathSettingRequest

java.lang.Object
org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
All Implemented Interfaces:
org.openapi4j.operation.validator.model.Request

public class PathSettingRequest extends Object implements org.openapi4j.operation.validator.model.Request

PathSettingRequest class.

Author:
bpr
  • Constructor Details

    • PathSettingRequest

      public PathSettingRequest(String url, String path, org.openapi4j.operation.validator.model.Request.Method method)

      Constructor for PathSettingRequest.

      Parameters:
      url - a String object
      path - a String object
      method - a Method object
  • Method Details

    • getURL

      public String getURL()
      Specified by:
      getURL in interface org.openapi4j.operation.validator.model.Request
    • getPath

      public String getPath()
      Specified by:
      getPath in interface org.openapi4j.operation.validator.model.Request
    • getMethod

      public org.openapi4j.operation.validator.model.Request.Method getMethod()
      Specified by:
      getMethod in interface org.openapi4j.operation.validator.model.Request
    • getBody

      public org.openapi4j.operation.validator.model.impl.Body getBody()
      Specified by:
      getBody in interface org.openapi4j.operation.validator.model.Request
    • getQuery

      public String getQuery()
      Specified by:
      getQuery in interface org.openapi4j.operation.validator.model.Request
    • getCookies

      public Map<String,String> getCookies()
      Specified by:
      getCookies in interface org.openapi4j.operation.validator.model.Request
    • getHeaders

      public Map<String,Collection<String>> getHeaders()
      Specified by:
      getHeaders in interface org.openapi4j.operation.validator.model.Request
    • getHeaderValues

      public Collection<String> getHeaderValues(String name)
      Specified by:
      getHeaderValues in interface org.openapi4j.operation.validator.model.Request