public class RegionReportRetentionRequest extends AbstractIccRequest<RegionReportRetentionResponse>
oauthConfigBaseInfobodyParameters, form, httpRequest| 构造器和说明 |
|---|
RegionReportRetentionRequest() |
RegionReportRetentionRequest(HttpConfigInfo httpConfigInfo,
String url,
com.dahuatech.hutool.http.Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
businessValid() |
Integer |
getDataGranularity() |
Integer |
getPageNum() |
Integer |
getPageSize() |
ArrayList<Long> |
getRegionIds() |
String |
getReportTime() |
Class<RegionReportRetentionResponse> |
getResponseClass() |
void |
setDataGranularity(Integer dataGranularity) |
void |
setPageNum(Integer pageNum) |
void |
setPageSize(Integer pageSize) |
void |
setRegionIds(ArrayList<Long> regionIds) |
void |
setReportTime(String reportTime) |
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 RegionReportRetentionRequest()
throws com.dahuatech.icc.exception.ClientException
com.dahuatech.icc.exception.ClientExceptionpublic RegionReportRetentionRequest(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 String getReportTime()
public void setReportTime(String reportTime)
public Integer getDataGranularity()
public void setDataGranularity(Integer dataGranularity)
public Class<RegionReportRetentionResponse> getResponseClass()
public void businessValid()
Copyright © 2022. All rights reserved.