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 Key in the corresponding JSON output 
 | 
String | 
getValue()
Get You can enter a JsonPath, constant, or built-in date type 
 | 
String | 
getValueType()
Get Data type of `Value`. 
 | 
void | 
setKey(String Key)
Set Key in the corresponding JSON output 
 | 
void | 
setValue(String Value)
Set You can enter a JsonPath, constant, or built-in date type 
 | 
void | 
setValueType(String ValueType)
Set Data type of `Value`. 
 | 
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 - Key in the corresponding JSON outputpublic String getValue()
public void setValue(String Value)
Value - You can enter a JsonPath, constant, or built-in date typepublic String getValueType()
public void setValueType(String ValueType)
ValueType - Data type of `Value`. Valid values: STRING, NUMBER, BOOLEAN, NULL, SYS_VARIABLE, JSONPATHCopyright © 2025. All rights reserved.