Class PodInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.PodInfo
-
public class PodInfo 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 StringgetEndTime()Get pod结束时间 注意:此字段可能返回 null,表示取不到有效值。StringgetIP()Get pod的IP 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get pod名 注意:此字段可能返回 null,表示取不到有效值。ResourceConfigInfogetResourceConfigInfo()Get pod资源配置 注意:此字段可能返回 null,表示取不到有效值。StringgetStartTime()Get pod启动时间 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get pod状态 注意:此字段可能返回 null,表示取不到有效值。voidsetEndTime(String EndTime)Set pod结束时间 注意:此字段可能返回 null,表示取不到有效值。voidsetIP(String IP)Set pod的IP 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set pod名 注意:此字段可能返回 null,表示取不到有效值。voidsetResourceConfigInfo(ResourceConfigInfo ResourceConfigInfo)Set pod资源配置 注意:此字段可能返回 null,表示取不到有效值。voidsetStartTime(String StartTime)Set pod启动时间 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set pod状态 注意:此字段可能返回 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
-
PodInfo
public PodInfo()
-
PodInfo
public PodInfo(PodInfo 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名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name pod名 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set pod名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- pod名 注意:此字段可能返回 null,表示取不到有效值。
-
getIP
public String getIP()
Get pod的IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IP pod的IP 注意:此字段可能返回 null,表示取不到有效值。
-
setIP
public void setIP(String IP)
Set pod的IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IP- pod的IP 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get pod状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status pod状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set pod状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- pod状态 注意:此字段可能返回 null,表示取不到有效值。
-
getStartTime
public String getStartTime()
Get pod启动时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartTime pod启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
setStartTime
public void setStartTime(String StartTime)
Set pod启动时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartTime- pod启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
getEndTime
public String getEndTime()
Get pod结束时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EndTime pod结束时间 注意:此字段可能返回 null,表示取不到有效值。
-
setEndTime
public void setEndTime(String EndTime)
Set pod结束时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EndTime- pod结束时间 注意:此字段可能返回 null,表示取不到有效值。
-
getResourceConfigInfo
public ResourceConfigInfo getResourceConfigInfo()
Get pod资源配置 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResourceConfigInfo pod资源配置 注意:此字段可能返回 null,表示取不到有效值。
-
setResourceConfigInfo
public void setResourceConfigInfo(ResourceConfigInfo ResourceConfigInfo)
Set pod资源配置 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResourceConfigInfo- pod资源配置 注意:此字段可能返回 null,表示取不到有效值。
-
-