Class UploadTaxListRequest

    • 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 - 完税列表下载地址