public class ComplianceK8SDetailInfo extends AbstractModel
Constructor and Description |
---|
ComplianceK8SDetailInfo() |
ComplianceK8SDetailInfo(ComplianceK8SDetailInfo 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterName()
Get K8S集群的名称。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterVersion()
Get K8S集群的版本。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterName(String ClusterName)
Set K8S集群的名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterVersion(String ClusterVersion)
Set K8S集群的版本。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ComplianceK8SDetailInfo()
public ComplianceK8SDetailInfo(ComplianceK8SDetailInfo source)
public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- K8S集群的名称。
注意:此字段可能返回 null,表示取不到有效值。public String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion
- K8S集群的版本。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.