public class NetworkClusterPodInfo extends AbstractModel
| 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 label
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getNamespace()Get Pod space
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPodName()Get Pod name | 
| String | getWorkloadKind()Get Pod type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLabels(String Labels)Set Pod label
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNamespace(String Namespace)Set Pod space
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPodName(String PodName)Set Pod name | 
| void | setWorkloadKind(String WorkloadKind)Set Pod type
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic NetworkClusterPodInfo()
public NetworkClusterPodInfo(NetworkClusterPodInfo source)
public String getPodName()
public void setPodName(String PodName)
PodName - Pod namepublic String getNamespace()
public void setNamespace(String Namespace)
Namespace - Pod space
Note: This field may return null, indicating that no valid values can be obtained.public String getLabels()
public void setLabels(String Labels)
Labels - Pod label
Note: This field may return null, indicating that no valid values can be obtained.public String getWorkloadKind()
public void setWorkloadKind(String WorkloadKind)
WorkloadKind - Pod type
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.