Uses of Class
com.tencentcloudapi.tke.v20180525.models.KubeJarvisStateInspectionResultsItem
-
Packages that use KubeJarvisStateInspectionResultsItem Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of KubeJarvisStateInspectionResultsItem in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return KubeJarvisStateInspectionResultsItem Modifier and Type Method Description KubeJarvisStateInspectionResultsItem[]ListClusterInspectionResultsItemsResponse. getInspectionResultsItems()Get 巡检结果历史列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type KubeJarvisStateInspectionResultsItem Modifier and Type Method Description voidListClusterInspectionResultsItemsResponse. setInspectionResultsItems(KubeJarvisStateInspectionResultsItem[] InspectionResultsItems)Set 巡检结果历史列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type KubeJarvisStateInspectionResultsItem Constructor Description KubeJarvisStateInspectionResultsItem(KubeJarvisStateInspectionResultsItem 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.
-