类 Http.Input
- java.lang.Object
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.Http.Input
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
Http.Input.HttpMethod
-
构造器概要
构造器 构造器 说明 Input()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 boolean
equals(Object o)
String
getAccept()
String
getAppName()
Object
getBody()
Integer
getConnectionTimeOut()
String
getContentType()
Map<String,Object>
getHeaders()
Http.Input.HttpMethod
getMethod()
Integer
getReadTimeOut()
String
getUri()
String
getVipAddress()
int
hashCode()
void
setAccept(String accept)
void
setAppName(String appName)
void
setBody(Object body)
void
setConnectionTimeOut(Integer connectionTimeOut)
void
setContentType(String contentType)
void
setHeaders(Map<String,Object> headers)
void
setMethod(Http.Input.HttpMethod method)
void
setReadTimeOut(Integer readTimeOut)
void
setUri(String uri)
void
setVipAddress(String vipAddress)
String
toString()
-
-
-
方法详细资料
-
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)
-
-