public class UploadTaxListRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBeginMonth()
Get 起始月份,YYYY-MM
|
Long |
getChannel()
Get 平台渠道
|
String |
getEndMonth()
Get 结束月份。如果只上传一个月,结束月份等于起始月份
|
String |
getFileUrl()
Get 完税列表下载地址
|
void |
setBeginMonth(String BeginMonth)
Set 起始月份,YYYY-MM
|
void |
setChannel(Long Channel)
Set 平台渠道
|
void |
setEndMonth(String EndMonth)
Set 结束月份。如果只上传一个月,结束月份等于起始月份
|
void |
setFileUrl(String FileUrl)
Set 完税列表下载地址
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UploadTaxListRequest()
public UploadTaxListRequest(UploadTaxListRequest source)
public Long getChannel()
public void setChannel(Long Channel)
Channel
- 平台渠道public String getBeginMonth()
public void setBeginMonth(String BeginMonth)
BeginMonth
- 起始月份,YYYY-MMpublic String getEndMonth()
public void setEndMonth(String EndMonth)
EndMonth
- 结束月份。如果只上传一个月,结束月份等于起始月份public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- 完税列表下载地址Copyright © 2022. All rights reserved.