public class DictInfo extends AbstractModel
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 Dictionary key value
|
String |
getName()
Get Dictionary name
|
Long |
getSize()
Get Dictionary size in B
|
void |
setKey(String Key)
Set Dictionary key value
|
void |
setName(String Name)
Set Dictionary name
|
void |
setSize(Long Size)
Set Dictionary size in B
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DictInfo()
public DictInfo(DictInfo source)
public String getKey()
public void setKey(String Key)
Key
- Dictionary key valuepublic String getName()
public void setName(String Name)
Name
- Dictionary namepublic Long getSize()
public void setSize(Long Size)
Size
- Dictionary size in BCopyright © 2023. All rights reserved.