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 | 
|---|---|
| String | getAddTime()Get 门神规则新增/更新时间 | 
| String | getCVE()Get 规则防护的CVE编号 | 
| String | getDescription()Get 规则描述 | 
| Long | getId()Get 规则id | 
| String | getLevel()Get 规则等级 | 
| String | getModifyTime()Get 规则修改的时间 | 
| Long | getStatus()Get 规则的状态 | 
| String | getType()Get 规则类型 | 
| void | setAddTime(String AddTime)Set 门神规则新增/更新时间 | 
| void | setCVE(String CVE)Set 规则防护的CVE编号 | 
| void | setDescription(String Description)Set 规则描述 | 
| void | setId(Long Id)Set 规则id | 
| void | setLevel(String Level)Set 规则等级 | 
| void | setModifyTime(String ModifyTime)Set 规则修改的时间 | 
| void | setStatus(Long Status)Set 规则的状态 | 
| void | setType(String Type)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 Long getId()
public void setId(Long Id)
Id - 规则idpublic String getType()
public void setType(String Type)
Type - 规则类型public String getLevel()
public void setLevel(String Level)
Level - 规则等级public String getDescription()
public void setDescription(String Description)
Description - 规则描述public String getCVE()
public void setCVE(String CVE)
CVE - 规则防护的CVE编号public Long getStatus()
public void setStatus(Long Status)
Status - 规则的状态public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - 规则修改的时间public String getAddTime()
public void setAddTime(String AddTime)
AddTime - 门神规则新增/更新时间Copyright © 2025. All rights reserved.