Uses of Class
com.tencentcloudapi.tke.v20180525.models.ReleaseHistory
-
Packages that use ReleaseHistory Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of ReleaseHistory in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return ReleaseHistory Modifier and Type Method Description ReleaseHistory[]DescribeClusterReleaseHistoryResponse. getReleaseHistorySet()Get 已安装应用版本历史 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type ReleaseHistory Modifier and Type Method Description voidDescribeClusterReleaseHistoryResponse. setReleaseHistorySet(ReleaseHistory[] ReleaseHistorySet)Set 已安装应用版本历史 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type ReleaseHistory Constructor Description ReleaseHistory(ReleaseHistory 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.
-