public class AddRuleRequest extends AbstractModel
Constructor and Description |
---|
AddRuleRequest() |
Modifier and Type | Method and Description |
---|---|
Action[] |
getActions()
获取转发动作列表
|
Integer |
getDataType()
获取数据类型(0:文本,1:二进制)
|
String |
getDescription()
获取描述
|
String |
getName()
获取名称
|
RuleQuery |
getQuery()
获取查询
|
void |
setActions(Action[] Actions)
设置转发动作列表
|
void |
setDataType(Integer DataType)
设置数据类型(0:文本,1:二进制)
|
void |
setDescription(String Description)
设置描述
|
void |
setName(String Name)
设置名称
|
void |
setQuery(RuleQuery Query)
设置查询
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 Integer getDataType()
public void setDataType(Integer DataType)
DataType
- 数据类型(0:文本,1:二进制)Copyright © 2019. All rights reserved.