Class UploadTaxListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.UploadTaxListRequest
-
public class UploadTaxListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UploadTaxListRequest()UploadTaxListRequest(UploadTaxListRequest 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 StringgetBeginMonth()Get 起始月份,YYYY-MMLonggetChannel()Get 平台渠道StringgetEndMonth()Get 结束月份。如果只上传一个月,结束月份等于起始月份StringgetFileUrl()Get 完税列表下载地址voidsetBeginMonth(String BeginMonth)Set 起始月份,YYYY-MMvoidsetChannel(Long Channel)Set 平台渠道voidsetEndMonth(String EndMonth)Set 结束月份。如果只上传一个月,结束月份等于起始月份voidsetFileUrl(String FileUrl)Set 完税列表下载地址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
-
UploadTaxListRequest
public UploadTaxListRequest()
-
UploadTaxListRequest
public UploadTaxListRequest(UploadTaxListRequest 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- 平台渠道
-
getBeginMonth
public String getBeginMonth()
Get 起始月份,YYYY-MM- Returns:
- BeginMonth 起始月份,YYYY-MM
-
setBeginMonth
public void setBeginMonth(String BeginMonth)
Set 起始月份,YYYY-MM- Parameters:
BeginMonth- 起始月份,YYYY-MM
-
getEndMonth
public String getEndMonth()
Get 结束月份。如果只上传一个月,结束月份等于起始月份- Returns:
- EndMonth 结束月份。如果只上传一个月,结束月份等于起始月份
-
setEndMonth
public void setEndMonth(String EndMonth)
Set 结束月份。如果只上传一个月,结束月份等于起始月份- Parameters:
EndMonth- 结束月份。如果只上传一个月,结束月份等于起始月份
-
getFileUrl
public String getFileUrl()
Get 完税列表下载地址- Returns:
- FileUrl 完税列表下载地址
-
setFileUrl
public void setFileUrl(String FileUrl)
Set 完税列表下载地址- Parameters:
FileUrl- 完税列表下载地址
-
-