Uses of Class
com.tencentcloudapi.tcss.v20201101.models.K8sApiAbnormalTendencyItem
-
Packages that use K8sApiAbnormalTendencyItem Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of K8sApiAbnormalTendencyItem in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return K8sApiAbnormalTendencyItem Modifier and Type Method Description K8sApiAbnormalTendencyItem[]DescribeK8sApiAbnormalTendencyResponse. getList()Get 趋势列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type K8sApiAbnormalTendencyItem Modifier and Type Method Description voidDescribeK8sApiAbnormalTendencyResponse. setList(K8sApiAbnormalTendencyItem[] List)Set 趋势列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type K8sApiAbnormalTendencyItem Constructor Description K8sApiAbnormalTendencyItem(K8sApiAbnormalTendencyItem 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.
-