public class NetworkClusterPodInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabels()
Get pod标签
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNamespace()
Get pod空间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPodName()
Get pod名字
|
String |
getWorkloadKind()
Get pod类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabels(String Labels)
Set pod标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNamespace(String Namespace)
Set pod空间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPodName(String PodName)
Set pod名字
|
void |
setWorkloadKind(String WorkloadKind)
Set pod类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NetworkClusterPodInfo()
public NetworkClusterPodInfo(NetworkClusterPodInfo source)
public String getPodName()
public void setPodName(String PodName)
PodName
- pod名字public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- pod空间
注意:此字段可能返回 null,表示取不到有效值。public String getLabels()
public void setLabels(String Labels)
Labels
- pod标签
注意:此字段可能返回 null,表示取不到有效值。public String getWorkloadKind()
public void setWorkloadKind(String WorkloadKind)
WorkloadKind
- pod类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.