Class QueryAgentStatementsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryAgentStatementsRequest
-
public class QueryAgentStatementsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryAgentStatementsRequest()QueryAgentStatementsRequest(QueryAgentStatementsRequest 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 StringgetDate()Get 结算单日期,月结算单填每月1日StringgetType()Get 日结算单:daily 月结算单:monthlyvoidsetDate(String Date)Set 结算单日期,月结算单填每月1日voidsetType(String Type)Set 日结算单:daily 月结算单:monthlyvoidtoMap(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
-
QueryAgentStatementsRequest
public QueryAgentStatementsRequest()
-
QueryAgentStatementsRequest
public QueryAgentStatementsRequest(QueryAgentStatementsRequest 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
-
getDate
public String getDate()
Get 结算单日期,月结算单填每月1日- Returns:
- Date 结算单日期,月结算单填每月1日
-
setDate
public void setDate(String Date)
Set 结算单日期,月结算单填每月1日- Parameters:
Date- 结算单日期,月结算单填每月1日
-
getType
public String getType()
Get 日结算单:daily 月结算单:monthly- Returns:
- Type 日结算单:daily 月结算单:monthly
-
setType
public void setType(String Type)
Set 日结算单:daily 月结算单:monthly- Parameters:
Type- 日结算单:daily 月结算单:monthly
-
-