Class DescribeProjectsRequest

    • Constructor Detail

      • DescribeProjectsRequest

        public DescribeProjectsRequest()
      • DescribeProjectsRequest

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

      • getLimit

        public Long getLimit()
        Get 分页每页数目,整型
        Returns:
        Limit 分页每页数目,整型
      • setLimit

        public void setLimit​(Long Limit)
        Set 分页每页数目,整型
        Parameters:
        Limit - 分页每页数目,整型
      • getOffset

        public Long getOffset()
        Get 分页页码,整型
        Returns:
        Offset 分页页码,整型
      • setOffset

        public void setOffset​(Long Offset)
        Set 分页页码,整型
        Parameters:
        Offset - 分页页码,整型
      • getFilters

        public Filter[] getFilters()
        Get 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
        Returns:
        Filters 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
      • setFilters

        public void setFilters​(Filter[] Filters)
        Set 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
        Parameters:
        Filters - 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
      • getIsDemo

        public Long getIsDemo()
        Get 该参数已废弃,demo模式请在Filters内注明
        Returns:
        IsDemo 该参数已废弃,demo模式请在Filters内注明
      • setIsDemo

        public void setIsDemo​(Long IsDemo)
        Set 该参数已废弃,demo模式请在Filters内注明
        Parameters:
        IsDemo - 该参数已废弃,demo模式请在Filters内注明