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 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.