类 Http.Input
- java.lang.Object
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.Http.Input
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classHttp.Input.HttpMethod
-
构造器概要
构造器 构造器 说明 Input()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object o)StringgetAccept()StringgetAppName()ObjectgetBody()IntegergetConnectionTimeOut()StringgetContentType()Map<String,Object>getHeaders()Http.Input.HttpMethodgetMethod()IntegergetReadTimeOut()StringgetUri()StringgetVipAddress()inthashCode()voidsetAccept(String accept)voidsetAppName(String appName)voidsetBody(Object body)voidsetConnectionTimeOut(Integer connectionTimeOut)voidsetContentType(String contentType)voidsetHeaders(Map<String,Object> headers)voidsetMethod(Http.Input.HttpMethod method)voidsetReadTimeOut(Integer readTimeOut)voidsetUri(String uri)voidsetVipAddress(String vipAddress)StringtoString()
-
-
-
方法详细资料
-
getMethod
public Http.Input.HttpMethod getMethod()
- 返回:
- the method
-
setMethod
public void setMethod(Http.Input.HttpMethod method)
- 参数:
method- the method 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)
-
-