Class K8sLabel
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.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的KeyStringgetValue()Get Label的ValuevoidsetKey(String Key)Set Label的KeyvoidsetValue(String Value)Set Label的ValuevoidtoMap(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的Key- Returns:
- Key Label的Key
-
setKey
public void setKey(String Key)
Set Label的Key- Parameters:
Key- Label的Key
-
getValue
public String getValue()
Get Label的Value- Returns:
- Value Label的Value
-
setValue
public void setValue(String Value)
Set Label的Value- Parameters:
Value- Label的Value
-
-