Class ObjectKV
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.ObjectKV
-
public class ObjectKV 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 object 的 keyStringgetValue()Get object key 对应的 valuevoidsetKey(String Key)Set object 的 keyvoidsetValue(String Value)Set object key 对应的 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
-
ObjectKV
public ObjectKV()
-
ObjectKV
public ObjectKV(ObjectKV 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 object 的 key- Returns:
- Key object 的 key
-
setKey
public void setKey(String Key)
Set object 的 key- Parameters:
Key- object 的 key
-
getValue
public String getValue()
Get object key 对应的 value- Returns:
- Value object key 对应的 value
-
setValue
public void setValue(String Value)
Set object key 对应的 value- Parameters:
Value- object key 对应的 value
-
-