public class ModifyFunctionRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyFunctionRuleRequest() |
ModifyFunctionRuleRequest(ModifyFunctionRuleRequest 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 |
getRuleId()
Get Rule ID.
|
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 |
setRuleId(String RuleId)
Set Rule ID.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyFunctionRuleRequest()
public ModifyFunctionRuleRequest(ModifyFunctionRuleRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- Rule 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. If this parameter is not input, the original configuration is maintained.public String getFunctionId()
public void setFunctionId(String FunctionId)
FunctionId
- Function ID, specifying a function executed when a trigger rule condition is met. If this parameter is not input, the original configuration is maintained.public String getRemark()
public void setRemark(String Remark)
Remark
- Rule description, which can contain up to 60 characters. If this parameter is not input, the original configuration is maintained.Copyright © 2024. All rights reserved.