public class FlowParam extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FlowParam() | 
| FlowParam(FlowParam 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 | getFKey()Get 流程参数key
TraceId:通过TraceId查询
FlowId: 通过FlowId查询 | 
| String | getFValue()Get 参数value | 
| void | setFKey(String FKey)Set 流程参数key
TraceId:通过TraceId查询
FlowId: 通过FlowId查询 | 
| void | setFValue(String FValue)Set 参数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 FlowParam()
public FlowParam(FlowParam source)
public String getFKey()
public void setFKey(String FKey)
FKey - 流程参数key
TraceId:通过TraceId查询
FlowId: 通过FlowId查询public String getFValue()
public void setFValue(String FValue)
FValue - 参数valueCopyright © 2025. All rights reserved.