public class FunctionRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
FunctionRule() |
FunctionRule(FunctionRule 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 |
getCreateTime()
Get Creation time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.
|
String |
getFunctionId()
Get Function ID, specifying a function executed when a trigger rule condition is met.
|
String |
getFunctionName()
Get Function name.
|
FunctionRuleCondition[] |
getFunctionRuleConditions()
Get Rule condition list.
|
Long |
getPriority()
Get Priority of a trigger rule for a function.
|
String |
getRemark()
Get Rule description.
|
String |
getRuleId()
Get Rule ID.
|
String |
getUpdateTime()
Get Update time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.
|
void |
setCreateTime(String CreateTime)
Set Creation time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.
|
void |
setFunctionId(String FunctionId)
Set Function ID, specifying a function executed when a trigger rule condition is met.
|
void |
setFunctionName(String FunctionName)
Set Function name.
|
void |
setFunctionRuleConditions(FunctionRuleCondition[] FunctionRuleConditions)
Set Rule condition list.
|
void |
setPriority(Long Priority)
Set Priority of a trigger rule for a function.
|
void |
setRemark(String Remark)
Set Rule description.
|
void |
setRuleId(String RuleId)
Set Rule ID.
|
void |
setUpdateTime(String UpdateTime)
Set Update time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.
|
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 FunctionRule()
public FunctionRule(FunctionRule source)
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 items in the list.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.public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- Function name.public Long getPriority()
public void setPriority(Long Priority)
Priority
- Priority of a trigger rule for a function. The larger the value, the higher the priority.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.Copyright © 2025. All rights reserved.