Class UploadTaxPaymentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.UploadTaxPaymentRequest
-
public class UploadTaxPaymentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UploadTaxPaymentRequest()UploadTaxPaymentRequest(UploadTaxPaymentRequest 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 LonggetChannel()Get 平台渠道StringgetFileUrl()Get 完税列表下载地址StringgetTaxId()Get 完税IDvoidsetChannel(Long Channel)Set 平台渠道voidsetFileUrl(String FileUrl)Set 完税列表下载地址voidsetTaxId(String TaxId)Set 完税IDvoidtoMap(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
-
UploadTaxPaymentRequest
public UploadTaxPaymentRequest()
-
UploadTaxPaymentRequest
public UploadTaxPaymentRequest(UploadTaxPaymentRequest 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
-
getChannel
public Long getChannel()
Get 平台渠道- Returns:
- Channel 平台渠道
-
setChannel
public void setChannel(Long Channel)
Set 平台渠道- Parameters:
Channel- 平台渠道
-
getTaxId
public String getTaxId()
Get 完税ID- Returns:
- TaxId 完税ID
-
setTaxId
public void setTaxId(String TaxId)
Set 完税ID- Parameters:
TaxId- 完税ID
-
getFileUrl
public String getFileUrl()
Get 完税列表下载地址- Returns:
- FileUrl 完税列表下载地址
-
setFileUrl
public void setFileUrl(String FileUrl)
Set 完税列表下载地址- Parameters:
FileUrl- 完税列表下载地址
-
-