public class UpdateRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateRuleRequest() | 
| UpdateRuleRequest(UpdateRuleRequest 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 | getDataType()Get 数据类型(0:文本,1:二进制) | 
| String | getDescription()Get 描述 | 
| String | getName()Get 名称 | 
| RuleQuery | getQuery()Get 查询 | 
| String | getRuleId()Get 规则Id | 
| void | setActions(Action[] Actions)Set 转发动作列表 | 
| void | setDataType(Long DataType)Set 数据类型(0:文本,1:二进制) | 
| void | setDescription(String Description)Set 描述 | 
| void | setName(String Name)Set 名称 | 
| void | setQuery(RuleQuery Query)Set 查询 | 
| void | setRuleId(String RuleId)Set 规则Id | 
| 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 UpdateRuleRequest()
public UpdateRuleRequest(UpdateRuleRequest source)
public String getRuleId()
public void setRuleId(String RuleId)
RuleId - 规则Idpublic 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 getDataType()
public void setDataType(Long DataType)
DataType - 数据类型(0:文本,1:二进制)Copyright © 2025. All rights reserved.