Class ContainerWorkLoadInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.ContainerWorkLoadInfo
-
public class ContainerWorkLoadInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ContainerWorkLoadInfo()ContainerWorkLoadInfo(ContainerWorkLoadInfo 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 StringgetContainer()Get 容器名 注意:此字段可能返回 null,表示取不到有效值。StringgetKind()Get 工作负载的类型StringgetName()Get 工作负载的名称StringgetNamespace()Get 命名空间 注意:此字段可能返回 null,表示取不到有效值。voidsetContainer(String Container)Set 容器名 注意:此字段可能返回 null,表示取不到有效值。voidsetKind(String Kind)Set 工作负载的类型voidsetName(String Name)Set 工作负载的名称voidsetNamespace(String Namespace)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
-
ContainerWorkLoadInfo
public ContainerWorkLoadInfo()
-
ContainerWorkLoadInfo
public ContainerWorkLoadInfo(ContainerWorkLoadInfo 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
-
getKind
public String getKind()
Get 工作负载的类型- Returns:
- Kind 工作负载的类型
-
setKind
public void setKind(String Kind)
Set 工作负载的类型- Parameters:
Kind- 工作负载的类型
-
getName
public String getName()
Get 工作负载的名称- Returns:
- Name 工作负载的名称
-
setName
public void setName(String Name)
Set 工作负载的名称- Parameters:
Name- 工作负载的名称
-
getContainer
public String getContainer()
Get 容器名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Container 容器名 注意:此字段可能返回 null,表示取不到有效值。
-
setContainer
public void setContainer(String Container)
Set 容器名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Container- 容器名 注意:此字段可能返回 null,表示取不到有效值。
-
getNamespace
public String getNamespace()
Get 命名空间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Namespace 命名空间 注意:此字段可能返回 null,表示取不到有效值。
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Namespace- 命名空间 注意:此字段可能返回 null,表示取不到有效值。
-
-