Class AssetKeyVal
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.AssetKeyVal
-
public class AssetKeyVal extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AssetKeyVal()AssetKeyVal(AssetKeyVal 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDesc()Get 描述信息 注意:此字段可能返回 null,表示取不到有效值。StringgetKey()Get 标签LonggetNewCount()Get 今日新增数量 注意:此字段可能返回 null,表示取不到有效值。LonggetValue()Get 数量voidsetDesc(String Desc)Set 描述信息 注意:此字段可能返回 null,表示取不到有效值。voidsetKey(String Key)Set 标签voidsetNewCount(Long NewCount)Set 今日新增数量 注意:此字段可能返回 null,表示取不到有效值。voidsetValue(Long Value)Set 数量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
-
AssetKeyVal
public AssetKeyVal()
-
AssetKeyVal
public AssetKeyVal(AssetKeyVal 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 标签- Returns:
- Key 标签
-
setKey
public void setKey(String Key)
Set 标签- Parameters:
Key- 标签
-
getValue
public Long getValue()
Get 数量- Returns:
- Value 数量
-
setValue
public void setValue(Long Value)
Set 数量- Parameters:
Value- 数量
-
getDesc
public String getDesc()
Get 描述信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Desc 描述信息 注意:此字段可能返回 null,表示取不到有效值。
-
setDesc
public void setDesc(String Desc)
Set 描述信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Desc- 描述信息 注意:此字段可能返回 null,表示取不到有效值。
-
getNewCount
public Long getNewCount()
Get 今日新增数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NewCount 今日新增数量 注意:此字段可能返回 null,表示取不到有效值。
-
setNewCount
public void setNewCount(Long NewCount)
Set 今日新增数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NewCount- 今日新增数量 注意:此字段可能返回 null,表示取不到有效值。
-
-