public class ListClusterInspectionResultsRequest extends AbstractModel
Constructor and Description |
---|
ListClusterInspectionResultsRequest() |
ListClusterInspectionResultsRequest(ListClusterInspectionResultsRequest 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 目标集群列表,为空查询用户所有集群
|
String[] |
getHide()
Get 隐藏的字段信息,为了减少无效的字段返回,隐藏字段不会在返回值中返回。可选值:results
|
String |
getName()
Get 指定查询结果的报告名称,默认查询最新的每个集群只查询最新的一条
|
void |
setClusterIds(String[] ClusterIds)
Set 目标集群列表,为空查询用户所有集群
|
void |
setHide(String[] Hide)
Set 隐藏的字段信息,为了减少无效的字段返回,隐藏字段不会在返回值中返回。可选值:results
|
void |
setName(String Name)
Set 指定查询结果的报告名称,默认查询最新的每个集群只查询最新的一条
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ListClusterInspectionResultsRequest()
public ListClusterInspectionResultsRequest(ListClusterInspectionResultsRequest source)
public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds
- 目标集群列表,为空查询用户所有集群public String[] getHide()
public void setHide(String[] Hide)
Hide
- 隐藏的字段信息,为了减少无效的字段返回,隐藏字段不会在返回值中返回。可选值:resultspublic String getName()
public void setName(String Name)
Name
- 指定查询结果的报告名称,默认查询最新的每个集群只查询最新的一条Copyright © 2023. All rights reserved.