public class Rule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Rule() | 
| Rule(Rule 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 | 
|---|---|
| Action[] | getActions()Get 转发 | 
| Long | getActive()Get 已启动 | 
| Long | getAppId()Get AppId | 
| String | getCreateTime()Get 创建时间 | 
| Long | getDataType()Get 数据类型(0:文本,1:二进制) | 
| Long | getDeleted()Get 已删除 | 
| String | getDescription()Get 描述 | 
| Long | getMsgOrder()Get 消息顺序 | 
| String | getName()Get 名称 | 
| RuleQuery | getQuery()Get 查询 | 
| String | getRuleId()Get 规则Id | 
| String | getUpdateTime()Get 更新时间 | 
| void | setActions(Action[] Actions)Set 转发 | 
| void | setActive(Long Active)Set 已启动 | 
| void | setAppId(Long AppId)Set AppId | 
| void | setCreateTime(String CreateTime)Set 创建时间 | 
| void | setDataType(Long DataType)Set 数据类型(0:文本,1:二进制) | 
| void | setDeleted(Long Deleted)Set 已删除 | 
| void | setDescription(String Description)Set 描述 | 
| void | setMsgOrder(Long MsgOrder)Set 消息顺序 | 
| void | setName(String Name)Set 名称 | 
| void | setQuery(RuleQuery Query)Set 查询 | 
| void | setRuleId(String RuleId)Set 规则Id | 
| void | setUpdateTime(String UpdateTime)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, toJsonStringpublic Rule()
public Rule(Rule source)
public String getRuleId()
public void setRuleId(String RuleId)
RuleId - 规则Idpublic Long getAppId()
public void setAppId(Long AppId)
AppId - AppIdpublic String getName()
public void setName(String Name)
Name - 名称public String getDescription()
public void setDescription(String Description)
Description - 描述public RuleQuery getQuery()
public void setQuery(RuleQuery Query)
Query - 查询public Action[] getActions()
public void setActions(Action[] Actions)
Actions - 转发public Long getActive()
public void setActive(Long Active)
Active - 已启动public Long getDeleted()
public void setDeleted(Long Deleted)
Deleted - 已删除public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 更新时间public Long getMsgOrder()
public void setMsgOrder(Long MsgOrder)
MsgOrder - 消息顺序public Long getDataType()
public void setDataType(Long DataType)
DataType - 数据类型(0:文本,1:二进制)Copyright © 2025. All rights reserved.