Class DescribeSimpleGroupsRequest

    • Constructor Detail

      • DescribeSimpleGroupsRequest

        public DescribeSimpleGroupsRequest()
      • DescribeSimpleGroupsRequest

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

      • getGroupIdList

        public String[] getGroupIdList()
        Get 部署组ID列表,不填写时查询全量
        Returns:
        GroupIdList 部署组ID列表,不填写时查询全量
      • setGroupIdList

        public void setGroupIdList​(String[] GroupIdList)
        Set 部署组ID列表,不填写时查询全量
        Parameters:
        GroupIdList - 部署组ID列表,不填写时查询全量
      • getApplicationId

        public String getApplicationId()
        Get 应用ID,不填写时查询全量
        Returns:
        ApplicationId 应用ID,不填写时查询全量
      • setApplicationId

        public void setApplicationId​(String ApplicationId)
        Set 应用ID,不填写时查询全量
        Parameters:
        ApplicationId - 应用ID,不填写时查询全量
      • getClusterId

        public String getClusterId()
        Get 集群ID,不填写时查询全量
        Returns:
        ClusterId 集群ID,不填写时查询全量
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群ID,不填写时查询全量
        Parameters:
        ClusterId - 集群ID,不填写时查询全量
      • getNamespaceId

        public String getNamespaceId()
        Get 命名空间ID,不填写时查询全量
        Returns:
        NamespaceId 命名空间ID,不填写时查询全量
      • setNamespaceId

        public void setNamespaceId​(String NamespaceId)
        Set 命名空间ID,不填写时查询全量
        Parameters:
        NamespaceId - 命名空间ID,不填写时查询全量
      • 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 - 起始偏移量
      • getGroupId

        public String getGroupId()
        Get 部署组ID,不填写时查询全量
        Returns:
        GroupId 部署组ID,不填写时查询全量
      • setGroupId

        public void setGroupId​(String GroupId)
        Set 部署组ID,不填写时查询全量
        Parameters:
        GroupId - 部署组ID,不填写时查询全量
      • getSearchWord

        public String getSearchWord()
        Get 模糊查询,部署组名称,不填写时查询全量
        Returns:
        SearchWord 模糊查询,部署组名称,不填写时查询全量
      • setSearchWord

        public void setSearchWord​(String SearchWord)
        Set 模糊查询,部署组名称,不填写时查询全量
        Parameters:
        SearchWord - 模糊查询,部署组名称,不填写时查询全量
      • getAppMicroServiceType

        public String getAppMicroServiceType()
        Get 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用
        Returns:
        AppMicroServiceType 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用
      • setAppMicroServiceType

        public void setAppMicroServiceType​(String AppMicroServiceType)
        Set 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用
        Parameters:
        AppMicroServiceType - 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用