Class DescribeApiGroupsRequest

    • Constructor Detail

      • DescribeApiGroupsRequest

        public DescribeApiGroupsRequest()
      • DescribeApiGroupsRequest

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

      • getSearchWord

        public String getSearchWord()
        Get 搜索关键字
        Returns:
        SearchWord 搜索关键字
      • setSearchWord

        public void setSearchWord​(String SearchWord)
        Set 搜索关键字
        Parameters:
        SearchWord - 搜索关键字
      • 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
        Returns:
        Limit 每页条数,默认为20
      • setLimit

        public void setLimit​(Long Limit)
        Set 每页条数,默认为20
        Parameters:
        Limit - 每页条数,默认为20
      • getGroupType

        public String getGroupType()
        Get 分组类型。 ms: 微服务分组; external:外部Api分组
        Returns:
        GroupType 分组类型。 ms: 微服务分组; external:外部Api分组
      • setGroupType

        public void setGroupType​(String GroupType)
        Set 分组类型。 ms: 微服务分组; external:外部Api分组
        Parameters:
        GroupType - 分组类型。 ms: 微服务分组; external:外部Api分组
      • getAuthType

        public String getAuthType()
        Get 鉴权类型。 secret: 密钥鉴权; none:无鉴权
        Returns:
        AuthType 鉴权类型。 secret: 密钥鉴权; none:无鉴权
      • setAuthType

        public void setAuthType​(String AuthType)
        Set 鉴权类型。 secret: 密钥鉴权; none:无鉴权
        Parameters:
        AuthType - 鉴权类型。 secret: 密钥鉴权; none:无鉴权
      • getStatus

        public String getStatus()
        Get 发布状态, drafted: 未发布。 released: 发布
        Returns:
        Status 发布状态, drafted: 未发布。 released: 发布
      • setStatus

        public void setStatus​(String Status)
        Set 发布状态, drafted: 未发布。 released: 发布
        Parameters:
        Status - 发布状态, drafted: 未发布。 released: 发布
      • getOrderBy

        public String getOrderBy()
        Get 排序字段:"created_time"或"group_context"
        Returns:
        OrderBy 排序字段:"created_time"或"group_context"
      • setOrderBy

        public void setOrderBy​(String OrderBy)
        Set 排序字段:"created_time"或"group_context"
        Parameters:
        OrderBy - 排序字段:"created_time"或"group_context"
      • getOrderType

        public Long getOrderType()
        Get 排序类型:0(ASC)或1(DESC)
        Returns:
        OrderType 排序类型:0(ASC)或1(DESC)
      • setOrderType

        public void setOrderType​(Long OrderType)
        Set 排序类型:0(ASC)或1(DESC)
        Parameters:
        OrderType - 排序类型:0(ASC)或1(DESC)
      • getGatewayInstanceId

        public String getGatewayInstanceId()
        Get 网关实体ID
        Returns:
        GatewayInstanceId 网关实体ID
      • setGatewayInstanceId

        public void setGatewayInstanceId​(String GatewayInstanceId)
        Set 网关实体ID
        Parameters:
        GatewayInstanceId - 网关实体ID