public class Key extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Key() | 
| Key(Key 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 | getAutoName()Get 自动识别的字段名称 | 
| String | getConfigName()Get 定义的字段名称(传key的名称)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAutoName(String AutoName)Set 自动识别的字段名称 | 
| void | setConfigName(String ConfigName)Set 定义的字段名称(传key的名称)
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 Key()
public Key(Key source)
public String getAutoName()
public void setAutoName(String AutoName)
AutoName - 自动识别的字段名称public String getConfigName()
public void setConfigName(String ConfigName)
ConfigName - 定义的字段名称(传key的名称)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.