public class MetaData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MetaData() | 
| MetaData(MetaData 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 | getMetaKey()Get MetaData的Key,长度不能超过32。 | 
| String | getMetaValue()Get MetaData的Value,长度不能超过256。 | 
| void | setMetaKey(String MetaKey)Set MetaData的Key,长度不能超过32。 | 
| void | setMetaValue(String MetaValue)Set MetaData的Value,长度不能超过256。 | 
| 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 MetaData()
public MetaData(MetaData source)
public String getMetaKey()
public void setMetaKey(String MetaKey)
MetaKey - MetaData的Key,长度不能超过32。public String getMetaValue()
public void setMetaValue(String MetaValue)
MetaValue - MetaData的Value,长度不能超过256。Copyright © 2025. All rights reserved.