Class Property
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.oceanus.v20190422.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 String
getKey()
Get 系统配置的KeyString
getValue()
Get 系统配置的Valuevoid
setKey(String Key)
Set 系统配置的Keyvoid
setValue(String Value)
Set 系统配置的Valuevoid
toMap(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 系统配置的Value- Returns:
- Value 系统配置的Value
-
setValue
public void setValue(String Value)
Set 系统配置的Value- Parameters:
Value
- 系统配置的Value
-
-