public class Parameter extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Parameter() | 
| Parameter(Parameter 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 参数键
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getValue()Get 参数值
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getValueType()Get 枚举值,可取值包括:string(字符串), int(整型), float(浮点型), bool(布尔型), struct(结构体), array(数组), 
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setKey(String Key)Set 参数键
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setValue(String Value)Set 参数值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setValueType(String ValueType)Set 枚举值,可取值包括:string(字符串), int(整型), float(浮点型), bool(布尔型), struct(结构体), array(数组), 
注意:此字段可能返回 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 Parameter()
public Parameter(Parameter source)
public String getKey()
public void setKey(String Key)
Key - 参数键
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value - 参数值
注意:此字段可能返回 null,表示取不到有效值。public String getValueType()
public void setValueType(String ValueType)
ValueType - 枚举值,可取值包括:string(字符串), int(整型), float(浮点型), bool(布尔型), struct(结构体), array(数组), 
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.