public class DictInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DictInfo() |
DictInfo(DictInfo 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 |
getKey()
Get 词典键值
|
String |
getName()
Get 词典名称
|
Long |
getSize()
Get 词典大小,单位B
|
void |
setKey(String Key)
Set 词典键值
|
void |
setName(String Name)
Set 词典名称
|
void |
setSize(Long Size)
Set 词典大小,单位B
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DictInfo()
public DictInfo(DictInfo source)
public String getKey()
public void setKey(String Key)
Key
- 词典键值public String getName()
public void setName(String Name)
Name
- 词典名称public Long getSize()
public void setSize(Long Size)
Size
- 词典大小,单位BCopyright © 2025. All rights reserved.