Class NetworkClusterPodInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.NetworkClusterPodInfo
-
public class NetworkClusterPodInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NetworkClusterPodInfo()NetworkClusterPodInfo(NetworkClusterPodInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabels()Get pod标签 注意:此字段可能返回 null,表示取不到有效值。StringgetNamespace()Get pod空间 注意:此字段可能返回 null,表示取不到有效值。StringgetPodName()Get pod名字StringgetWorkloadKind()Get pod类型 注意:此字段可能返回 null,表示取不到有效值。voidsetLabels(String Labels)Set pod标签 注意:此字段可能返回 null,表示取不到有效值。voidsetNamespace(String Namespace)Set pod空间 注意:此字段可能返回 null,表示取不到有效值。voidsetPodName(String PodName)Set pod名字voidsetWorkloadKind(String WorkloadKind)Set pod类型 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
NetworkClusterPodInfo
public NetworkClusterPodInfo()
-
NetworkClusterPodInfo
public NetworkClusterPodInfo(NetworkClusterPodInfo 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.
-
-
Method Detail
-
getPodName
public String getPodName()
Get pod名字- Returns:
- PodName pod名字
-
setPodName
public void setPodName(String PodName)
Set pod名字- Parameters:
PodName- pod名字
-
getNamespace
public String getNamespace()
Get pod空间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Namespace pod空间 注意:此字段可能返回 null,表示取不到有效值。
-
setNamespace
public void setNamespace(String Namespace)
Set pod空间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Namespace- pod空间 注意:此字段可能返回 null,表示取不到有效值。
-
getLabels
public String getLabels()
Get pod标签 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Labels pod标签 注意:此字段可能返回 null,表示取不到有效值。
-
setLabels
public void setLabels(String Labels)
Set pod标签 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Labels- pod标签 注意:此字段可能返回 null,表示取不到有效值。
-
getWorkloadKind
public String getWorkloadKind()
Get pod类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- WorkloadKind pod类型 注意:此字段可能返回 null,表示取不到有效值。
-
setWorkloadKind
public void setWorkloadKind(String WorkloadKind)
Set pod类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
WorkloadKind- pod类型 注意:此字段可能返回 null,表示取不到有效值。
-
-