Class VersionInstance
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.VersionInstance
-
public class VersionInstance extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VersionInstance()VersionInstance(VersionInstance 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 StringgetName()Get 版本名称 注意:此字段可能返回 null,表示取不到有效值。StringgetRemark()Get Remark 注意:此字段可能返回 null,表示取不到有效值。StringgetVersion()Get 版本信息 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 版本名称 注意:此字段可能返回 null,表示取不到有效值。voidsetRemark(String Remark)Set Remark 注意:此字段可能返回 null,表示取不到有效值。voidsetVersion(String Version)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
-
VersionInstance
public VersionInstance()
-
VersionInstance
public VersionInstance(VersionInstance 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,表示取不到有效值。
-
getVersion
public String getVersion()
Get 版本信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Version 版本信息 注意:此字段可能返回 null,表示取不到有效值。
-
setVersion
public void setVersion(String Version)
Set 版本信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Version- 版本信息 注意:此字段可能返回 null,表示取不到有效值。
-
getRemark
public String getRemark()
Get Remark 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark Remark 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set Remark 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- Remark 注意:此字段可能返回 null,表示取不到有效值。
-
-