public class RegionReportAnalyseRequest extends AbstractIccRequest<RegionReportAnalyseResponse>
oauthConfigBaseInfobodyParameters, form, httpRequest| 构造器和说明 |
|---|
RegionReportAnalyseRequest() |
RegionReportAnalyseRequest(HttpConfigInfo httpConfigInfo,
String url,
com.dahuatech.hutool.http.Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
businessValid() |
String |
getRegionIds() |
String |
getReportBeginTime() |
Integer |
getReportModel() |
String |
getReportTime() |
Integer |
getReportType() |
Class<RegionReportAnalyseResponse> |
getResponseClass() |
void |
setRegionId(String regionId) |
void |
setReportBeginTime(String reportBeginTime) |
void |
setReportModel(Integer reportModel) |
void |
setReportTime(String reportTime) |
void |
setReportType(Integer reportType) |
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 RegionReportAnalyseRequest()
throws com.dahuatech.icc.exception.ClientException
com.dahuatech.icc.exception.ClientExceptionpublic RegionReportAnalyseRequest(HttpConfigInfo httpConfigInfo, String url, com.dahuatech.hutool.http.Method method) throws com.dahuatech.icc.exception.ClientException
com.dahuatech.icc.exception.ClientExceptionpublic String getRegionIds()
public void setRegionId(String regionId)
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<RegionReportAnalyseResponse> getResponseClass()
public void businessValid()
Copyright © 2022. All rights reserved.