Class ListReceiversRequest

    • Constructor Detail

      • ListReceiversRequest

        public ListReceiversRequest()
      • ListReceiversRequest

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

      • getOffset

        public Long getOffset()
        Get 偏移量,整型,从0开始
        Returns:
        Offset 偏移量,整型,从0开始
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,整型,从0开始
        Parameters:
        Offset - 偏移量,整型,从0开始
      • getLimit

        public Long getLimit()
        Get 限制数目,整型,不超过100
        Returns:
        Limit 限制数目,整型,不超过100
      • setLimit

        public void setLimit​(Long Limit)
        Set 限制数目,整型,不超过100
        Parameters:
        Limit - 限制数目,整型,不超过100
      • getStatus

        public Long getStatus()
        Get 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段
        Returns:
        Status 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段
      • setStatus

        public void setStatus​(Long Status)
        Set 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段
        Parameters:
        Status - 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段
      • getKeyWord

        public String getKeyWord()
        Get 列表名称的关键字,模糊查询
        Returns:
        KeyWord 列表名称的关键字,模糊查询
      • setKeyWord

        public void setKeyWord​(String KeyWord)
        Set 列表名称的关键字,模糊查询
        Parameters:
        KeyWord - 列表名称的关键字,模糊查询