Class PodState
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.PodState
-
public class PodState extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getMemory()
Get pod内存大小String
getName()
Get pod的名称String
getOwnerCluster()
Get pod所属集群String
getReason()
Get pod处于该状态原因String
getState()
Get pod的状态String
getUuid()
Get pod uuidvoid
setMemory(Long Memory)
Set pod内存大小void
setName(String Name)
Set pod的名称void
setOwnerCluster(String OwnerCluster)
Set pod所属集群void
setReason(String Reason)
Set pod处于该状态原因void
setState(String State)
Set pod的状态void
setUuid(String Uuid)
Set pod uuidvoid
toMap(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
-
PodState
public PodState()
-
PodState
public PodState(PodState 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
-
getName
public String getName()
Get pod的名称- Returns:
- Name pod的名称
-
setName
public void setName(String Name)
Set pod的名称- Parameters:
Name
- pod的名称
-
getUuid
public String getUuid()
Get pod uuid- Returns:
- Uuid pod uuid
-
setUuid
public void setUuid(String Uuid)
Set pod uuid- Parameters:
Uuid
- pod uuid
-
getState
public String getState()
Get pod的状态- Returns:
- State pod的状态
-
setState
public void setState(String State)
Set pod的状态- Parameters:
State
- pod的状态
-
getReason
public String getReason()
Get pod处于该状态原因- Returns:
- Reason pod处于该状态原因
-
setReason
public void setReason(String Reason)
Set pod处于该状态原因- Parameters:
Reason
- pod处于该状态原因
-
getOwnerCluster
public String getOwnerCluster()
Get pod所属集群- Returns:
- OwnerCluster pod所属集群
-
setOwnerCluster
public void setOwnerCluster(String OwnerCluster)
Set pod所属集群- Parameters:
OwnerCluster
- pod所属集群
-
getMemory
public Long getMemory()
Get pod内存大小- Returns:
- Memory pod内存大小
-
setMemory
public void setMemory(Long Memory)
Set pod内存大小- Parameters:
Memory
- pod内存大小
-
-