Class DescribeBrandPosCommentsRequest


  • public class DescribeBrandPosCommentsRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeBrandPosCommentsRequest

        public DescribeBrandPosCommentsRequest()
      • DescribeBrandPosCommentsRequest

        public DescribeBrandPosCommentsRequest​(DescribeBrandPosCommentsRequest 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

      • getBrandId

        public String getBrandId()
        Get 品牌ID
        Returns:
        BrandId 品牌ID
      • setBrandId

        public void setBrandId​(String BrandId)
        Set 品牌ID
        Parameters:
        BrandId - 品牌ID
      • getStartDate

        public String getStartDate()
        Get 查询开始时间
        Returns:
        StartDate 查询开始时间
      • setStartDate

        public void setStartDate​(String StartDate)
        Set 查询开始时间
        Parameters:
        StartDate - 查询开始时间
      • getEndDate

        public String getEndDate()
        Get 查询结束时间
        Returns:
        EndDate 查询结束时间
      • setEndDate

        public void setEndDate​(String EndDate)
        Set 查询结束时间
        Parameters:
        EndDate - 查询结束时间
      • getLimit

        public Long getLimit()
        Get 查询条数上限,默认20
        Returns:
        Limit 查询条数上限,默认20
      • setLimit

        public void setLimit​(Long Limit)
        Set 查询条数上限,默认20
        Parameters:
        Limit - 查询条数上限,默认20
      • getOffset

        public Long getOffset()
        Get 查询偏移,从0开始
        Returns:
        Offset 查询偏移,从0开始
      • setOffset

        public void setOffset​(Long Offset)
        Set 查询偏移,从0开始
        Parameters:
        Offset - 查询偏移,从0开始