public class BaselineRuleTopInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BaselineRuleTopInfo() | 
| BaselineRuleTopInfo(BaselineRuleTopInfo 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 | 
|---|---|
| Long | getEventCount()Get 事件总数 | 
| Long | getLevel()Get 检测项危害等级 | 
| Long | getRuleId()Get 检测项id | 
| String | getRuleName()Get 基线检测项名 | 
| void | setEventCount(Long EventCount)Set 事件总数 | 
| void | setLevel(Long Level)Set 检测项危害等级 | 
| void | setRuleId(Long RuleId)Set 检测项id | 
| void | setRuleName(String RuleName)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 BaselineRuleTopInfo()
public BaselineRuleTopInfo(BaselineRuleTopInfo source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName - 基线检测项名public Long getLevel()
public void setLevel(Long Level)
Level - 检测项危害等级public Long getEventCount()
public void setEventCount(Long EventCount)
EventCount - 事件总数public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - 检测项idCopyright © 2025. All rights reserved.