public class RunVersionPod extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreateTime()Get 创建时间 | 
| String | getDeployVersion()Get 部署版本
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPodId()Get pod的id | 
| String | getPodIp()Get 实例的ip | 
| Long | getRestartCount()Get 重启次数
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStatus()Get 状态 | 
| String | getWebshell()Get shell地址 | 
| String | getZone()Get 可用区
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreateTime(String CreateTime)Set 创建时间 | 
| void | setDeployVersion(String DeployVersion)Set 部署版本
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPodId(String PodId)Set pod的id | 
| void | setPodIp(String PodIp)Set 实例的ip | 
| void | setRestartCount(Long RestartCount)Set 重启次数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStatus(String Status)Set 状态 | 
| void | setWebshell(String Webshell)Set shell地址 | 
| void | setZone(String Zone)Set 可用区
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 RunVersionPod()
public RunVersionPod(RunVersionPod source)
public String getWebshell()
public void setWebshell(String Webshell)
Webshell - shell地址public String getPodId()
public void setPodId(String PodId)
PodId - pod的idpublic String getStatus()
public void setStatus(String Status)
Status - 状态public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间public String getPodIp()
public void setPodIp(String PodIp)
PodIp - 实例的ippublic String getZone()
public void setZone(String Zone)
Zone - 可用区
注意:此字段可能返回 null,表示取不到有效值。public String getDeployVersion()
public void setDeployVersion(String DeployVersion)
DeployVersion - 部署版本
注意:此字段可能返回 null,表示取不到有效值。public Long getRestartCount()
public void setRestartCount(Long RestartCount)
RestartCount - 重启次数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.