Class DescribeAppAccountRequest

    • Constructor Detail

      • DescribeAppAccountRequest

        public DescribeAppAccountRequest()
      • DescribeAppAccountRequest

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

      • getApplicationId

        public String getApplicationId()
        Get 应用ID。
        Returns:
        ApplicationId 应用ID。
      • setApplicationId

        public void setApplicationId​(String ApplicationId)
        Set 应用ID。
        Parameters:
        ApplicationId - 应用ID。
      • getSearchCondition

        public AppAccountSearchCriteria getSearchCondition()
        Get 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。
        Returns:
        SearchCondition 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。
      • setSearchCondition

        public void setSearchCondition​(AppAccountSearchCriteria SearchCondition)
        Set 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。
        Parameters:
        SearchCondition - 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。
      • 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 返回数量,默认为 20,最大值为 100。
        Returns:
        Limit 返回数量,默认为 20,最大值为 100。
      • setLimit

        public void setLimit​(Long Limit)
        Set 返回数量,默认为 20,最大值为 100。
        Parameters:
        Limit - 返回数量,默认为 20,最大值为 100。