public class TriggerInvokeCondition extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TriggerInvokeCondition() | 
| TriggerInvokeCondition(TriggerInvokeCondition 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 | getInvokeExpr()Get 触发表达式 | 
| String | getInvokeMethod()Get 触发方式 | 
| void | setInvokeExpr(String InvokeExpr)Set 触发表达式 | 
| void | setInvokeMethod(String InvokeMethod)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 TriggerInvokeCondition()
public TriggerInvokeCondition(TriggerInvokeCondition source)
public String getInvokeMethod()
public void setInvokeMethod(String InvokeMethod)
InvokeMethod - 触发方式public String getInvokeExpr()
public void setInvokeExpr(String InvokeExpr)
InvokeExpr - 触发表达式Copyright © 2025. All rights reserved.