Class Container
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.Container
-
public class Container 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 StringgetContainerId()Get id 注意:此字段可能返回 null,表示取不到有效值。StringgetImage()Get 镜像地址 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 名字 注意:此字段可能返回 null,表示取不到有效值。ContainerStatusgetStatus()Get 容器状态 注意:此字段可能返回 null,表示取不到有效值。voidsetContainerId(String ContainerId)Set id 注意:此字段可能返回 null,表示取不到有效值。voidsetImage(String Image)Set 镜像地址 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 名字 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(ContainerStatus Status)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
-
Container
public Container()
-
Container
public Container(Container 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 名字 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 名字 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 名字 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 名字 注意:此字段可能返回 null,表示取不到有效值。
-
getContainerId
public String getContainerId()
Get id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ContainerId id 注意:此字段可能返回 null,表示取不到有效值。
-
setContainerId
public void setContainerId(String ContainerId)
Set id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ContainerId- id 注意:此字段可能返回 null,表示取不到有效值。
-
getImage
public String getImage()
Get 镜像地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Image 镜像地址 注意:此字段可能返回 null,表示取不到有效值。
-
setImage
public void setImage(String Image)
Set 镜像地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Image- 镜像地址 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public ContainerStatus getStatus()
Get 容器状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 容器状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(ContainerStatus Status)
Set 容器状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 容器状态 注意:此字段可能返回 null,表示取不到有效值。
-
-