类 Http.Input

  • 封闭类:
    Http

    public static class Http.Input
    extends Object
    • 构造器详细资料

      • Input

        public Input()
    • 方法详细资料

      • getHeaders

        public Map<String,​Object> getHeaders()
        返回:
        the headers
      • setHeaders

        public void setHeaders​(Map<String,​Object> headers)
        参数:
        headers - the headers to set
      • getBody

        public Object getBody()
        返回:
        the body
      • setBody

        public void setBody​(Object body)
        参数:
        body - the body to set
      • getUri

        public String getUri()
        返回:
        the uri
      • setUri

        public void setUri​(String uri)
        参数:
        uri - the uri to set
      • getVipAddress

        public String getVipAddress()
        返回:
        the vipAddress
      • setVipAddress

        public void setVipAddress​(String vipAddress)
        参数:
        vipAddress - the vipAddress to set
      • getAccept

        public String getAccept()
        返回:
        the accept
      • setAccept

        public void setAccept​(String accept)
        参数:
        accept - the accept to set
      • getContentType

        public String getContentType()
        返回:
        the MIME content type to use for the request
      • setContentType

        public void setContentType​(String contentType)
        参数:
        contentType - the MIME content type to set
      • getAppName

        public String getAppName()
      • setAppName

        public void setAppName​(String appName)
      • getConnectionTimeOut

        public Integer getConnectionTimeOut()
        返回:
        the connectionTimeOut
      • getReadTimeOut

        public Integer getReadTimeOut()
        返回:
        the readTimeOut
      • setConnectionTimeOut

        public void setConnectionTimeOut​(Integer connectionTimeOut)
      • setReadTimeOut

        public void setReadTimeOut​(Integer readTimeOut)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object