Uses of Class
com.tencentcloudapi.tcss.v20201101.models.ClusterCheckItem
-
Packages that use ClusterCheckItem Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of ClusterCheckItem in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return ClusterCheckItem Modifier and Type Method Description ClusterCheckItemClusterRiskItem. getCheckItem()Get 检测项相关信息ClusterCheckItem[]DescribeCheckItemListResponse. getClusterCheckItems()Get 检查项详情数组Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type ClusterCheckItem Modifier and Type Method Description voidClusterRiskItem. setCheckItem(ClusterCheckItem CheckItem)Set 检测项相关信息voidDescribeCheckItemListResponse. setClusterCheckItems(ClusterCheckItem[] ClusterCheckItems)Set 检查项详情数组Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type ClusterCheckItem Constructor Description ClusterCheckItem(ClusterCheckItem 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.
-