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 边缘函数触发规则条件,该列表内所有项全部满足即判断该条件满足。
|
void |
setRuleConditions(RuleCondition[] RuleConditions)
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, toJsonString
public FunctionRuleCondition()
public FunctionRuleCondition(FunctionRuleCondition source)
public RuleCondition[] getRuleConditions()
public void setRuleConditions(RuleCondition[] RuleConditions)
RuleConditions
- 边缘函数触发规则条件,该列表内所有项全部满足即判断该条件满足。Copyright © 2024. All rights reserved.