Class ApiRequestConfig

    • Constructor Detail

      • ApiRequestConfig

        public ApiRequestConfig()
      • ApiRequestConfig

        public ApiRequestConfig​(ApiRequestConfig source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getPath

        public String getPath()
        Get path
        Returns:
        Path path
      • setPath

        public void setPath​(String Path)
        Set path
        Parameters:
        Path - path
      • getMethod

        public String getMethod()
        Get 方法
        Returns:
        Method 方法
      • setMethod

        public void setMethod​(String Method)
        Set 方法
        Parameters:
        Method - 方法