public class DescribePodChargeInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePodChargeInfoRequest() |
DescribePodChargeInfoRequest(DescribePodChargeInfoRequest 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 |
getClusterId()
Get Cluster ID
|
String |
getName()
Get Pod name
|
String |
getNamespace()
Get Namespace
|
String[] |
getUids()
Get UID of the pod.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setName(String Name)
Set Pod name
|
void |
setNamespace(String Namespace)
Set Namespace
|
void |
setUids(String[] Uids)
Set UID of the pod.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribePodChargeInfoRequest()
public DescribePodChargeInfoRequest(DescribePodChargeInfoRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- Namespacepublic String getName()
public void setName(String Name)
Name
- Pod namepublic String[] getUids()
public void setUids(String[] Uids)
Uids
- UID of the pod.Copyright © 2024. All rights reserved.