public class QueryExceedingInfoRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDimension()Get 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。 | 
| Paging | getPageNumber()Get 分页信息。不填默认Index为1,Count为100。 | 
| String | getTimeStr()Get 超额日期。格式为yyyy-MM-dd。 | 
| void | setDimension(String Dimension)Set 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。 | 
| void | setPageNumber(Paging PageNumber)Set 分页信息。不填默认Index为1,Count为100。 | 
| void | setTimeStr(String TimeStr)Set 超额日期。格式为yyyy-MM-dd。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryExceedingInfoRequest()
public QueryExceedingInfoRequest(QueryExceedingInfoRequest source)
public String getTimeStr()
public void setTimeStr(String TimeStr)
TimeStr - 超额日期。格式为yyyy-MM-dd。public String getDimension()
public void setDimension(String Dimension)
Dimension - 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。public Paging getPageNumber()
public void setPageNumber(Paging PageNumber)
PageNumber - 分页信息。不填默认Index为1,Count为100。Copyright © 2025. All rights reserved.