Class ListClusterInspectionResultsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ListClusterInspectionResultsRequest
-
public class ListClusterInspectionResultsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getClusterIds()
Get 目标集群列表,为空查询用户所有集群String[]
getHide()
Get 隐藏的字段信息,为了减少无效的字段返回,隐藏字段不会在返回值中返回。可选值:resultsString
getName()
Get 指定查询结果的报告名称,默认查询最新的每个集群只查询最新的一条void
setClusterIds(String[] ClusterIds)
Set 目标集群列表,为空查询用户所有集群void
setHide(String[] Hide)
Set 隐藏的字段信息,为了减少无效的字段返回,隐藏字段不会在返回值中返回。可选值:resultsvoid
setName(String Name)
Set 指定查询结果的报告名称,默认查询最新的每个集群只查询最新的一条void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ListClusterInspectionResultsRequest
public ListClusterInspectionResultsRequest()
-
ListClusterInspectionResultsRequest
public 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.
-
-
Method Detail
-
getClusterIds
public String[] getClusterIds()
Get 目标集群列表,为空查询用户所有集群- Returns:
- ClusterIds 目标集群列表,为空查询用户所有集群
-
setClusterIds
public void setClusterIds(String[] ClusterIds)
Set 目标集群列表,为空查询用户所有集群- Parameters:
ClusterIds
- 目标集群列表,为空查询用户所有集群
-
getHide
public String[] getHide()
Get 隐藏的字段信息,为了减少无效的字段返回,隐藏字段不会在返回值中返回。可选值:results- Returns:
- Hide 隐藏的字段信息,为了减少无效的字段返回,隐藏字段不会在返回值中返回。可选值:results
-
setHide
public void setHide(String[] Hide)
Set 隐藏的字段信息,为了减少无效的字段返回,隐藏字段不会在返回值中返回。可选值:results- Parameters:
Hide
- 隐藏的字段信息,为了减少无效的字段返回,隐藏字段不会在返回值中返回。可选值:results
-
getName
public String getName()
Get 指定查询结果的报告名称,默认查询最新的每个集群只查询最新的一条- Returns:
- Name 指定查询结果的报告名称,默认查询最新的每个集群只查询最新的一条
-
setName
public void setName(String Name)
Set 指定查询结果的报告名称,默认查询最新的每个集群只查询最新的一条- Parameters:
Name
- 指定查询结果的报告名称,默认查询最新的每个集群只查询最新的一条
-
-