Class K8SLabel
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.K8SLabel
-
public class K8SLabel 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 StringgetKey()Get label的名称StringgetValue()Get label的值voidsetKey(String Key)Set label的名称voidsetValue(String Value)Set label的值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
-
K8SLabel
public K8SLabel()
-
K8SLabel
public K8SLabel(K8SLabel 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
-
getKey
public String getKey()
Get label的名称- Returns:
- Key label的名称
-
setKey
public void setKey(String Key)
Set label的名称- Parameters:
Key- label的名称
-
getValue
public String getValue()
Get label的值- Returns:
- Value label的值
-
setValue
public void setValue(String Value)
Set label的值- Parameters:
Value- label的值
-
-