public class FunctionRuleCondition extends AbstractModel
header, skipSign
Constructor and Description |
---|
FunctionRuleCondition() |
FunctionRuleCondition(FunctionRuleCondition 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 |
---|---|
RuleCondition[] |
getRuleConditions()
Get Condition of a trigger rule for an edge function.
|
void |
setRuleConditions(RuleCondition[] RuleConditions)
Set Condition of a trigger rule for an edge function.
|
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, toJsonString
public FunctionRuleCondition()
public FunctionRuleCondition(FunctionRuleCondition source)
public RuleCondition[] getRuleConditions()
public void setRuleConditions(RuleCondition[] RuleConditions)
RuleConditions
- Condition of a trigger rule for an edge function. This condition is considered met if all items in the list are met.Copyright © 2025. All rights reserved.