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标签
|
String |
getNamespace()
Get pod空间
|
String |
getPodName()
Get pod名字
|
String |
getWorkloadKind()
Get pod类型
|
void |
setLabels(String Labels)
Set pod标签
|
void |
setNamespace(String Namespace)
Set pod空间
|
void |
setPodName(String PodName)
Set pod名字
|
void |
setWorkloadKind(String WorkloadKind)
Set pod类型
|
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, toJsonStringpublic 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空间public String getLabels()
public void setLabels(String Labels)
Labels - pod标签public String getWorkloadKind()
public void setWorkloadKind(String WorkloadKind)
WorkloadKind - pod类型Copyright © 2025. All rights reserved.