public class EditBashRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EditBashRuleRequest() | 
| EditBashRuleRequest(EditBashRuleRequest 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 | getHostip()Get 主机IP(IsGlobal为1时,Uuid或Hostip必填一个) | 
| Long | getId()Get 规则ID(新增时不填) | 
| Long | getIsGlobal()Get 是否全局规则(默认否) | 
| Long | getLevel()Get 危险等级(1: 高危 2:中危 3: 低危) | 
| String | getName()Get 规则名称 | 
| String | getRule()Get 正则表达式 | 
| String | getUuid()Get 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个) | 
| void | setHostip(String Hostip)Set 主机IP(IsGlobal为1时,Uuid或Hostip必填一个) | 
| void | setId(Long Id)Set 规则ID(新增时不填) | 
| void | setIsGlobal(Long IsGlobal)Set 是否全局规则(默认否) | 
| void | setLevel(Long Level)Set 危险等级(1: 高危 2:中危 3: 低危) | 
| void | setName(String Name)Set 规则名称 | 
| void | setRule(String Rule)Set 正则表达式 | 
| void | setUuid(String Uuid)Set 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个) | 
| 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 EditBashRuleRequest()
public EditBashRuleRequest(EditBashRuleRequest source)
public String getName()
public void setName(String Name)
Name - 规则名称public Long getLevel()
public void setLevel(Long Level)
Level - 危险等级(1: 高危 2:中危 3: 低危)public String getRule()
public void setRule(String Rule)
Rule - 正则表达式public Long getId()
public void setId(Long Id)
Id - 规则ID(新增时不填)public String getUuid()
public void setUuid(String Uuid)
Uuid - 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个)public String getHostip()
public void setHostip(String Hostip)
Hostip - 主机IP(IsGlobal为1时,Uuid或Hostip必填一个)public Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal - 是否全局规则(默认否)Copyright © 2025. All rights reserved.