public class OapiCustomizeConfigSetRequest extends BaseTaobaoRequest<OapiCustomizeConfigSetResponse>
headerMap, order, session, targetAppKey, timestamp, topMixParams, udfParams| Constructor and Description |
|---|
OapiCustomizeConfigSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
check()
客户端参数检查,减少服务端无效调用。
|
String |
getActiveId() |
String |
getActiveType() |
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getBiz() |
Class<OapiCustomizeConfigSetResponse> |
getResponseClass()
获取具体响应实现类的定义。
|
String |
getRuleName() |
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 |
getType() |
void |
setActiveId(String activeId) |
void |
setActiveType(String activeType) |
void |
setBiz(String biz) |
void |
setHttpMethod(String httpMethod) |
void |
setRuleName(String ruleName) |
void |
setTopHttpMethod(String topHttpMethod) |
void |
setTopResponseType(String topResponseType) |
void |
setType(String type) |
getBatchApiOrder, getBatchApiSession, getHeaderMap, getTargetAppKey, getTimestamp, getTopApiFormat, getTopApiVersion, getTopContentType, getTopMixParams, putHeaderParam, putOtherTextParam, setBatchApiOrder, setBatchApiSession, setHeaderMap, setTargetAppKey, setTimestamp, setTopApiCallType, setTopApiFormat, setTopApiVersion, setTopContentType, setTopMixParamspublic void setActiveId(String activeId)
public String getActiveId()
public void setActiveType(String activeType)
public String getActiveType()
public void setBiz(String biz)
public String getBiz()
public void setRuleName(String ruleName)
public String getRuleName()
public void setType(String type)
public String getType()
public String getApiMethodName()
TaobaoRequestgetApiMethodName in interface TaobaoRequest<OapiCustomizeConfigSetResponse>getApiMethodName in class BaseTaobaoRequest<OapiCustomizeConfigSetResponse>public String getTopResponseType()
TaobaoRequestgetTopResponseType in interface TaobaoRequest<OapiCustomizeConfigSetResponse>getTopResponseType in class BaseTaobaoRequest<OapiCustomizeConfigSetResponse>public void setTopResponseType(String topResponseType)
setTopResponseType in interface TaobaoRequest<OapiCustomizeConfigSetResponse>setTopResponseType in class BaseTaobaoRequest<OapiCustomizeConfigSetResponse>public String getTopApiCallType()
TaobaoRequestgetTopApiCallType in interface TaobaoRequest<OapiCustomizeConfigSetResponse>getTopApiCallType in class BaseTaobaoRequest<OapiCustomizeConfigSetResponse>public String getTopHttpMethod()
TaobaoRequestgetTopHttpMethod in interface TaobaoRequest<OapiCustomizeConfigSetResponse>getTopHttpMethod in class BaseTaobaoRequest<OapiCustomizeConfigSetResponse>public void setTopHttpMethod(String topHttpMethod)
setTopHttpMethod in interface TaobaoRequest<OapiCustomizeConfigSetResponse>setTopHttpMethod in class BaseTaobaoRequest<OapiCustomizeConfigSetResponse>public void setHttpMethod(String httpMethod)
public Map<String,String> getTextParams()
TaobaoRequestpublic Class<OapiCustomizeConfigSetResponse> getResponseClass()
TaobaoRequestpublic void check()
throws ApiRuleException
TaobaoRequestApiRuleExceptionCopyright © 2021. All rights reserved.