public class DescribeClusterInspectionResultsOverviewRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeClusterInspectionResultsOverviewRequest() | 
| DescribeClusterInspectionResultsOverviewRequest(DescribeClusterInspectionResultsOverviewRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getClusterIds()Get Array of String     目标集群列表,为空查询用户所有集群 | 
| String[] | getGroupBy()Get 聚合字段信息,概览结果按照 GroupBy 信息聚合后返回,可选参数:
catalogue.first:按一级分类聚合
catalogue.second:按二级分类聚合 | 
| void | setClusterIds(String[] ClusterIds)Set Array of String     目标集群列表,为空查询用户所有集群 | 
| void | setGroupBy(String[] GroupBy)Set 聚合字段信息,概览结果按照 GroupBy 信息聚合后返回,可选参数:
catalogue.first:按一级分类聚合
catalogue.second:按二级分类聚合 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeClusterInspectionResultsOverviewRequest()
public DescribeClusterInspectionResultsOverviewRequest(DescribeClusterInspectionResultsOverviewRequest source)
public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds - Array of String 目标集群列表,为空查询用户所有集群public String[] getGroupBy()
public void setGroupBy(String[] GroupBy)
GroupBy - 聚合字段信息,概览结果按照 GroupBy 信息聚合后返回,可选参数:
catalogue.first:按一级分类聚合
catalogue.second:按二级分类聚合Copyright © 2025. All rights reserved.