public class OapiAttendanceListRequest extends BaseTaobaoRequest<OapiAttendanceListResponse>
headerMap, order, session, targetAppKey, timestamp, topMixParams, udfParams| Constructor and Description |
|---|
OapiAttendanceListRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
check()
客户端参数检查,减少服务端无效调用。
|
String |
getApiMethodName()
获取TOP的API名称。
|
Boolean |
getIsI18n() |
Long |
getLimit() |
Long |
getOffset() |
Class<OapiAttendanceListResponse> |
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标准)
|
List<String> |
getUserIdList() |
String |
getWorkDateFrom() |
String |
getWorkDateTo() |
void |
setHttpMethod(String httpMethod) |
void |
setIsI18n(Boolean isI18n) |
void |
setLimit(Long limit) |
void |
setOffset(Long offset) |
void |
setTopHttpMethod(String topHttpMethod) |
void |
setTopResponseType(String topResponseType) |
void |
setUserIdList(List<String> userIdList) |
void |
setWorkDateFrom(String workDateFrom) |
void |
setWorkDateTo(String workDateTo) |
getBatchApiOrder, getBatchApiSession, getHeaderMap, getTargetAppKey, getTimestamp, getTopApiFormat, getTopApiVersion, getTopContentType, getTopMixParams, putHeaderParam, putOtherTextParam, setBatchApiOrder, setBatchApiSession, setHeaderMap, setTargetAppKey, setTimestamp, setTopApiCallType, setTopApiFormat, setTopApiVersion, setTopContentType, setTopMixParamspublic void setIsI18n(Boolean isI18n)
public Boolean getIsI18n()
public void setLimit(Long limit)
public Long getLimit()
public void setOffset(Long offset)
public Long getOffset()
public void setWorkDateFrom(String workDateFrom)
public String getWorkDateFrom()
public void setWorkDateTo(String workDateTo)
public String getWorkDateTo()
public String getApiMethodName()
TaobaoRequestgetApiMethodName in interface TaobaoRequest<OapiAttendanceListResponse>getApiMethodName in class BaseTaobaoRequest<OapiAttendanceListResponse>public String getTopResponseType()
TaobaoRequestgetTopResponseType in interface TaobaoRequest<OapiAttendanceListResponse>getTopResponseType in class BaseTaobaoRequest<OapiAttendanceListResponse>public void setTopResponseType(String topResponseType)
setTopResponseType in interface TaobaoRequest<OapiAttendanceListResponse>setTopResponseType in class BaseTaobaoRequest<OapiAttendanceListResponse>public String getTopApiCallType()
TaobaoRequestgetTopApiCallType in interface TaobaoRequest<OapiAttendanceListResponse>getTopApiCallType in class BaseTaobaoRequest<OapiAttendanceListResponse>public String getTopHttpMethod()
TaobaoRequestgetTopHttpMethod in interface TaobaoRequest<OapiAttendanceListResponse>getTopHttpMethod in class BaseTaobaoRequest<OapiAttendanceListResponse>public void setTopHttpMethod(String topHttpMethod)
setTopHttpMethod in interface TaobaoRequest<OapiAttendanceListResponse>setTopHttpMethod in class BaseTaobaoRequest<OapiAttendanceListResponse>public void setHttpMethod(String httpMethod)
public Map<String,String> getTextParams()
TaobaoRequestpublic Class<OapiAttendanceListResponse> getResponseClass()
TaobaoRequestpublic void check()
throws ApiRuleException
TaobaoRequestApiRuleExceptionCopyright © 2021. All rights reserved.