public class AssetKeyVal extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDesc()
Get 描述信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKey()
Get 标签
|
Long |
getValue()
Get 数量
|
void |
setDesc(String Desc)
Set 描述信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set 标签
|
void |
setValue(Long Value)
Set 数量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AssetKeyVal()
public AssetKeyVal(AssetKeyVal source)
public String getKey()
public void setKey(String Key)
Key
- 标签public Long getValue()
public void setValue(Long Value)
Value
- 数量public String getDesc()
public void setDesc(String Desc)
Desc
- 描述信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.