public class CreateFunctionRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateFunctionRuleRequest()  | 
CreateFunctionRuleRequest(CreateFunctionRuleRequest 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 | 
getFunctionId()
Get Function ID, specifying a function executed when a trigger rule condition is met. 
 | 
FunctionRuleCondition[] | 
getFunctionRuleConditions()
Get Rule condition list. 
 | 
String | 
getRemark()
Get Rule description, which can contain up to 60 characters. 
 | 
String | 
getZoneId()
Get Zone ID. 
 | 
void | 
setFunctionId(String FunctionId)
Set Function ID, specifying a function executed when a trigger rule condition is met. 
 | 
void | 
setFunctionRuleConditions(FunctionRuleCondition[] FunctionRuleConditions)
Set Rule condition list. 
 | 
void | 
setRemark(String Remark)
Set Rule description, which can contain up to 60 characters. 
 | 
void | 
setZoneId(String ZoneId)
Set Zone ID. 
 | 
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 CreateFunctionRuleRequest()
public CreateFunctionRuleRequest(CreateFunctionRuleRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Zone ID.public FunctionRuleCondition[] getFunctionRuleConditions()
public void setFunctionRuleConditions(FunctionRuleCondition[] FunctionRuleConditions)
FunctionRuleConditions - Rule condition list. There is an OR relationship between different conditions of the same trigger rule.public String getFunctionId()
public void setFunctionId(String FunctionId)
FunctionId - Function ID, specifying a function executed when a trigger rule condition is met.public String getRemark()
public void setRemark(String Remark)
Remark - Rule description, which can contain up to 60 characters.Copyright © 2025. All rights reserved.