Class RunVersionPod
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20201221.models.RunVersionPod
-
public class RunVersionPod extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RunVersionPod()RunVersionPod(RunVersionPod 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 创建时间StringgetDeployVersion()Get 部署版本 注意:此字段可能返回 null,表示取不到有效值。StringgetPodId()Get pod的idStringgetPodIp()Get 实例的ipLonggetRestartCount()Get 重启次数 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 状态StringgetWebshell()Get shell地址StringgetZone()Get 可用区 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 创建时间voidsetDeployVersion(String DeployVersion)Set 部署版本 注意:此字段可能返回 null,表示取不到有效值。voidsetPodId(String PodId)Set pod的idvoidsetPodIp(String PodIp)Set 实例的ipvoidsetRestartCount(Long RestartCount)Set 重启次数 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 状态voidsetWebshell(String Webshell)Set shell地址voidsetZone(String Zone)Set 可用区 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
RunVersionPod
public RunVersionPod()
-
RunVersionPod
public RunVersionPod(RunVersionPod 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
-
getWebshell
public String getWebshell()
Get shell地址- Returns:
- Webshell shell地址
-
setWebshell
public void setWebshell(String Webshell)
Set shell地址- Parameters:
Webshell- shell地址
-
getPodId
public String getPodId()
Get pod的id- Returns:
- PodId pod的id
-
setPodId
public void setPodId(String PodId)
Set pod的id- Parameters:
PodId- pod的id
-
getStatus
public String getStatus()
Get 状态- Returns:
- Status 状态
-
setStatus
public void setStatus(String Status)
Set 状态- Parameters:
Status- 状态
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getPodIp
public String getPodIp()
Get 实例的ip- Returns:
- PodIp 实例的ip
-
setPodIp
public void setPodIp(String PodIp)
Set 实例的ip- Parameters:
PodIp- 实例的ip
-
getZone
public String getZone()
Get 可用区 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Zone 可用区 注意:此字段可能返回 null,表示取不到有效值。
-
setZone
public void setZone(String Zone)
Set 可用区 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Zone- 可用区 注意:此字段可能返回 null,表示取不到有效值。
-
getDeployVersion
public String getDeployVersion()
Get 部署版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DeployVersion 部署版本 注意:此字段可能返回 null,表示取不到有效值。
-
setDeployVersion
public void setDeployVersion(String DeployVersion)
Set 部署版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DeployVersion- 部署版本 注意:此字段可能返回 null,表示取不到有效值。
-
getRestartCount
public Long getRestartCount()
Get 重启次数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RestartCount 重启次数 注意:此字段可能返回 null,表示取不到有效值。
-
setRestartCount
public void setRestartCount(Long RestartCount)
Set 重启次数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RestartCount- 重启次数 注意:此字段可能返回 null,表示取不到有效值。
-
-