public class InputParameter extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InputParameter() | 
| InputParameter(InputParameter 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 | getParameterKey()Get 参数名 | 
| String | getType()Get 参数类型。必填类型:Require,可选类型:Optional。 | 
| String | getValue()Get 参数值 | 
| void | setParameterKey(String ParameterKey)Set 参数名 | 
| void | setType(String Type)Set 参数类型。必填类型:Require,可选类型:Optional。 | 
| 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 InputParameter()
public InputParameter(InputParameter source)
public String getParameterKey()
public void setParameterKey(String ParameterKey)
ParameterKey - 参数名public String getType()
public void setType(String Type)
Type - 参数类型。必填类型:Require,可选类型:Optional。public String getValue()
public void setValue(String Value)
Value - 参数值Copyright © 2025. All rights reserved.