public class RegionReportRankRequest extends AbstractIccRequest<RegionReportRankResponse>
oauthConfigBaseInfobodyParameters, form, httpRequest| 构造器和说明 |
|---|
RegionReportRankRequest() |
RegionReportRankRequest(HttpConfigInfo httpConfigInfo,
String url,
com.dahuatech.hutool.http.Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
businessValid() |
Integer |
getPageNum() |
Integer |
getPageSize() |
ArrayList<Long> |
getRegionIds() |
String |
getReportBeginTime() |
Integer |
getReportModel() |
String |
getReportTime() |
Integer |
getReportType() |
Class<RegionReportRankResponse> |
getResponseClass() |
Integer |
getSupperLabelId() |
void |
setPageNum(Integer pageNum) |
void |
setPageSize(Integer pageSize) |
void |
setRegionIds(ArrayList<Long> regionIds) |
void |
setReportBeginTime(String reportBeginTime) |
void |
setReportModel(Integer reportModel) |
void |
setReportTime(String reportTime) |
void |
setReportType(Integer reportType) |
void |
setSupperLabelId(Integer supperLabelId) |
baseCheck, getOauthConfigBaseInfo, putBodyParameter, setOauthConfigBaseInfo, setParameter, validbody, execute, executeResponse, form, form, get, getBody, getBodyParameters, getForm, getHeader, getHttpRequest, getMethod, getUrl, header, isNeedAuth, main, post, setBody, setForm, setHeader, setHttpRequest, setMethod, setNeedAuth, setUrlpublic RegionReportRankRequest()
throws com.dahuatech.icc.exception.ClientException
com.dahuatech.icc.exception.ClientExceptionpublic RegionReportRankRequest(HttpConfigInfo httpConfigInfo, String url, com.dahuatech.hutool.http.Method method) throws com.dahuatech.icc.exception.ClientException
com.dahuatech.icc.exception.ClientExceptionpublic Integer getPageNum()
public void setPageNum(Integer pageNum)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Integer getSupperLabelId()
public void setSupperLabelId(Integer supperLabelId)
public Integer getReportType()
public void setReportType(Integer reportType)
public String getReportTime()
public void setReportTime(String reportTime)
public String getReportBeginTime()
public void setReportBeginTime(String reportBeginTime)
public Integer getReportModel()
public void setReportModel(Integer reportModel)
public Class<RegionReportRankResponse> getResponseClass()
public void businessValid()
Copyright © 2022. All rights reserved.