Class Rule
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.Rule
-
public class Rule extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Action[]
getActions()
Get 转发Long
getActive()
Get 已启动Long
getAppId()
Get AppIdString
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 规则IdString
getUpdateTime()
Get 更新时间void
setActions(Action[] Actions)
Set 转发void
setActive(Long Active)
Set 已启动void
setAppId(Long AppId)
Set AppIdvoid
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 规则Idvoid
setUpdateTime(String UpdateTime)
Set 更新时间void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Rule
public Rule()
-
Rule
public 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.
-
-
Method Detail
-
getRuleId
public String getRuleId()
Get 规则Id- Returns:
- RuleId 规则Id
-
setRuleId
public void setRuleId(String RuleId)
Set 规则Id- Parameters:
RuleId
- 规则Id
-
getAppId
public Long getAppId()
Get AppId- Returns:
- AppId AppId
-
setAppId
public void setAppId(Long AppId)
Set AppId- Parameters:
AppId
- AppId
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name
- 名称
-
getDescription
public String getDescription()
Get 描述- Returns:
- Description 描述
-
setDescription
public void setDescription(String Description)
Set 描述- Parameters:
Description
- 描述
-
getQuery
public RuleQuery getQuery()
Get 查询- Returns:
- Query 查询
-
setQuery
public void setQuery(RuleQuery Query)
Set 查询- Parameters:
Query
- 查询
-
getActions
public Action[] getActions()
Get 转发- Returns:
- Actions 转发
-
setActions
public void setActions(Action[] Actions)
Set 转发- Parameters:
Actions
- 转发
-
getActive
public Long getActive()
Get 已启动- Returns:
- Active 已启动
-
setActive
public void setActive(Long Active)
Set 已启动- Parameters:
Active
- 已启动
-
getDeleted
public Long getDeleted()
Get 已删除- Returns:
- Deleted 已删除
-
setDeleted
public void setDeleted(Long Deleted)
Set 已删除- Parameters:
Deleted
- 已删除
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime
- 创建时间
-
getUpdateTime
public String getUpdateTime()
Get 更新时间- Returns:
- UpdateTime 更新时间
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 更新时间- Parameters:
UpdateTime
- 更新时间
-
getMsgOrder
public Long getMsgOrder()
Get 消息顺序- Returns:
- MsgOrder 消息顺序
-
setMsgOrder
public void setMsgOrder(Long MsgOrder)
Set 消息顺序- Parameters:
MsgOrder
- 消息顺序
-
getDataType
public Long getDataType()
Get 数据类型(0:文本,1:二进制)- Returns:
- DataType 数据类型(0:文本,1:二进制)
-
setDataType
public void setDataType(Long DataType)
Set 数据类型(0:文本,1:二进制)- Parameters:
DataType
- 数据类型(0:文本,1:二进制)
-
-