public class OutputStructParam extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OutputStructParam() | 
| OutputStructParam(OutputStructParam 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 对应输出json中的key | 
| String | getValue()Get 可以填json-path也可以支持常量或者内置关键字date类型 | 
| String | getValueType()Get value的数据类型, 可选值: STRING, NUMBER,BOOLEAN,NULL,SYS_VARIABLE,JSONPATH | 
| void | setKey(String Key)Set 对应输出json中的key | 
| void | setValue(String Value)Set 可以填json-path也可以支持常量或者内置关键字date类型 | 
| void | setValueType(String ValueType)Set value的数据类型, 可选值: STRING, NUMBER,BOOLEAN,NULL,SYS_VARIABLE,JSONPATH | 
| 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 OutputStructParam()
public OutputStructParam(OutputStructParam source)
public String getKey()
public void setKey(String Key)
Key - 对应输出json中的keypublic String getValue()
public void setValue(String Value)
Value - 可以填json-path也可以支持常量或者内置关键字date类型public String getValueType()
public void setValueType(String ValueType)
ValueType - value的数据类型, 可选值: STRING, NUMBER,BOOLEAN,NULL,SYS_VARIABLE,JSONPATHCopyright © 2025. All rights reserved.