Class QueryExceedingInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryExceedingInfoRequest
-
public class QueryExceedingInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryExceedingInfoRequest()QueryExceedingInfoRequest(QueryExceedingInfoRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDimension()Get 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。PaginggetPageNumber()Get 分页信息。不填默认Index为1,Count为100。StringgetTimeStr()Get 超额日期。格式为yyyy-MM-dd。voidsetDimension(String Dimension)Set 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。voidsetPageNumber(Paging PageNumber)Set 分页信息。不填默认Index为1,Count为100。voidsetTimeStr(String TimeStr)Set 超额日期。格式为yyyy-MM-dd。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QueryExceedingInfoRequest
public QueryExceedingInfoRequest()
-
QueryExceedingInfoRequest
public QueryExceedingInfoRequest(QueryExceedingInfoRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getTimeStr
public String getTimeStr()
Get 超额日期。格式为yyyy-MM-dd。- Returns:
- TimeStr 超额日期。格式为yyyy-MM-dd。
-
setTimeStr
public void setTimeStr(String TimeStr)
Set 超额日期。格式为yyyy-MM-dd。- Parameters:
TimeStr- 超额日期。格式为yyyy-MM-dd。
-
getDimension
public String getDimension()
Get 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。- Returns:
- Dimension 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。
-
setDimension
public void setDimension(String Dimension)
Set 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。- Parameters:
Dimension- 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。
-
getPageNumber
public Paging getPageNumber()
Get 分页信息。不填默认Index为1,Count为100。- Returns:
- PageNumber 分页信息。不填默认Index为1,Count为100。
-
setPageNumber
public void setPageNumber(Paging PageNumber)
Set 分页信息。不填默认Index为1,Count为100。- Parameters:
PageNumber- 分页信息。不填默认Index为1,Count为100。
-
-