public class OapiProcessinstanceVariableUpdateRequest extends BaseTaobaoRequest<OapiProcessinstanceVariableUpdateResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
OapiProcessinstanceVariableUpdateRequest.BizValueVo
变量列表
|
headerMap, order, session, targetAppKey, timestamp, topMixParams, udfParams| Constructor and Description |
|---|
OapiProcessinstanceVariableUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
check()
客户端参数检查,减少服务端无效调用。
|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getProcessInstanceId() |
String |
getRemark() |
Class<OapiProcessinstanceVariableUpdateResponse> |
getResponseClass()
获取具体响应实现类的定义。
|
Map<String,String> |
getTextParams()
获取所有的Key-Value形式的文本请求参数集合。其中:
Key: 请求参数名
Value: 请求参数值
|
String |
getTopApiCallType()
获取API调用方式
|
String |
getTopHttpMethod()
获取Http method,例如GET,POST
|
String |
getTopResponseType()
API对应的响应格式,包含top(top标准),qimen(奇门1.0标准),qimen2(奇门2.0标准)
|
String |
getVariables() |
void |
setHttpMethod(String httpMethod) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setRemark(String remark) |
void |
setTopHttpMethod(String topHttpMethod) |
void |
setTopResponseType(String topResponseType) |
void |
setVariables(List<OapiProcessinstanceVariableUpdateRequest.BizValueVo> variables) |
void |
setVariables(String variables) |
getBatchApiOrder, getBatchApiSession, getHeaderMap, getTargetAppKey, getTimestamp, getTopApiFormat, getTopApiVersion, getTopContentType, getTopMixParams, putHeaderParam, putOtherTextParam, setBatchApiOrder, setBatchApiSession, setHeaderMap, setTargetAppKey, setTimestamp, setTopApiCallType, setTopApiFormat, setTopApiVersion, setTopContentType, setTopMixParamspublic OapiProcessinstanceVariableUpdateRequest()
public void setProcessInstanceId(String processInstanceId)
public String getProcessInstanceId()
public void setRemark(String remark)
public String getRemark()
public void setVariables(String variables)
public void setVariables(List<OapiProcessinstanceVariableUpdateRequest.BizValueVo> variables)
public String getVariables()
public String getApiMethodName()
TaobaoRequestgetApiMethodName in interface TaobaoRequest<OapiProcessinstanceVariableUpdateResponse>getApiMethodName in class BaseTaobaoRequest<OapiProcessinstanceVariableUpdateResponse>public String getTopResponseType()
TaobaoRequestgetTopResponseType in interface TaobaoRequest<OapiProcessinstanceVariableUpdateResponse>getTopResponseType in class BaseTaobaoRequest<OapiProcessinstanceVariableUpdateResponse>public void setTopResponseType(String topResponseType)
setTopResponseType in interface TaobaoRequest<OapiProcessinstanceVariableUpdateResponse>setTopResponseType in class BaseTaobaoRequest<OapiProcessinstanceVariableUpdateResponse>public String getTopApiCallType()
TaobaoRequestgetTopApiCallType in interface TaobaoRequest<OapiProcessinstanceVariableUpdateResponse>getTopApiCallType in class BaseTaobaoRequest<OapiProcessinstanceVariableUpdateResponse>public String getTopHttpMethod()
TaobaoRequestgetTopHttpMethod in interface TaobaoRequest<OapiProcessinstanceVariableUpdateResponse>getTopHttpMethod in class BaseTaobaoRequest<OapiProcessinstanceVariableUpdateResponse>public void setTopHttpMethod(String topHttpMethod)
setTopHttpMethod in interface TaobaoRequest<OapiProcessinstanceVariableUpdateResponse>setTopHttpMethod in class BaseTaobaoRequest<OapiProcessinstanceVariableUpdateResponse>public void setHttpMethod(String httpMethod)
public Map<String,String> getTextParams()
TaobaoRequestpublic Class<OapiProcessinstanceVariableUpdateResponse> getResponseClass()
TaobaoRequestpublic void check()
throws ApiRuleException
TaobaoRequestApiRuleExceptionCopyright © 2021. All rights reserved.