Class Property
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.Property
-
public class Property 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 属性key名称。StringgetValue()Get 属性key对应的value。voidsetKey(String Key)Set 属性key名称。voidsetValue(String Value)Set 属性key对应的value。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
-
Property
public Property()
-
Property
public Property(Property 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 属性key名称。- Returns:
- Key 属性key名称。
-
setKey
public void setKey(String Key)
Set 属性key名称。- Parameters:
Key- 属性key名称。
-
getValue
public String getValue()
Get 属性key对应的value。- Returns:
- Value 属性key对应的value。
-
setValue
public void setValue(String Value)
Set 属性key对应的value。- Parameters:
Value- 属性key对应的value。
-
-