public class TriggerInvokeCondition extends AbstractModel
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 触发表达式
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInvokeMethod()
Get 触发方式
|
void |
setInvokeExpr(String InvokeExpr)
Set 触发表达式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInvokeMethod(String InvokeMethod)
Set 触发方式
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TriggerInvokeCondition()
public TriggerInvokeCondition(TriggerInvokeCondition source)
public String getInvokeMethod()
public void setInvokeMethod(String InvokeMethod)
InvokeMethod
- 触发方式public String getInvokeExpr()
public void setInvokeExpr(String InvokeExpr)
InvokeExpr
- 触发表达式
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.