Class QueryDownloadBillURLRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryDownloadBillURLRequest
-
public class QueryDownloadBillURLRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryDownloadBillURLRequest()QueryDownloadBillURLRequest(QueryDownloadBillURLRequest 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 StringgetBillDate()Get 对账单日期,格式yyyyMMddStringgetChannelCode()Get 渠道编号。固定值:ZSB2BStringgetMerchantAppId()Get 分配给商户的AppId。进件成功后返给商户方的AppId。voidsetBillDate(String BillDate)Set 对账单日期,格式yyyyMMddvoidsetChannelCode(String ChannelCode)Set 渠道编号。固定值:ZSB2BvoidsetMerchantAppId(String MerchantAppId)Set 分配给商户的AppId。进件成功后返给商户方的AppId。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
-
QueryDownloadBillURLRequest
public QueryDownloadBillURLRequest()
-
QueryDownloadBillURLRequest
public QueryDownloadBillURLRequest(QueryDownloadBillURLRequest 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
-
getMerchantAppId
public String getMerchantAppId()
Get 分配给商户的AppId。进件成功后返给商户方的AppId。- Returns:
- MerchantAppId 分配给商户的AppId。进件成功后返给商户方的AppId。
-
setMerchantAppId
public void setMerchantAppId(String MerchantAppId)
Set 分配给商户的AppId。进件成功后返给商户方的AppId。- Parameters:
MerchantAppId- 分配给商户的AppId。进件成功后返给商户方的AppId。
-
getChannelCode
public String getChannelCode()
Get 渠道编号。固定值:ZSB2B- Returns:
- ChannelCode 渠道编号。固定值:ZSB2B
-
setChannelCode
public void setChannelCode(String ChannelCode)
Set 渠道编号。固定值:ZSB2B- Parameters:
ChannelCode- 渠道编号。固定值:ZSB2B
-
getBillDate
public String getBillDate()
Get 对账单日期,格式yyyyMMdd- Returns:
- BillDate 对账单日期,格式yyyyMMdd
-
setBillDate
public void setBillDate(String BillDate)
Set 对账单日期,格式yyyyMMdd- Parameters:
BillDate- 对账单日期,格式yyyyMMdd
-
-