public class DictInfo extends AbstractModel
Constructor and Description |
---|
DictInfo() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2021. All rights reserved.