public class SettingDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SettingDetail() | 
| SettingDetail(SettingDetail 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 | getAdvise()Get 配置处理建议 | 
| String | getKey()Get 配置key | 
| String | getValue()Get 配置当前值 | 
| void | setAdvise(String Advise)Set 配置处理建议 | 
| void | setKey(String Key)Set 配置key | 
| void | setValue(String Value)Set 配置当前值 | 
| 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 SettingDetail()
public SettingDetail(SettingDetail source)
public String getKey()
public void setKey(String Key)
Key - 配置keypublic String getValue()
public void setValue(String Value)
Value - 配置当前值public String getAdvise()
public void setAdvise(String Advise)
Advise - 配置处理建议Copyright © 2025. All rights reserved.