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 Total number of events
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getLevel()
Get Detection item hazard level
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRuleId()
Get Detection Item ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRuleName()
Get Baseline detection item name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEventCount(Long EventCount)
Set Total number of events
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLevel(Long Level)
Set Detection item hazard level
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRuleId(Long RuleId)
Set Detection Item ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRuleName(String RuleName)
Set Baseline detection item name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BaselineRuleTopInfo()
public BaselineRuleTopInfo(BaselineRuleTopInfo source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Baseline detection item name
Note: This field may return null, indicating that no valid values can be obtained.public Long getLevel()
public void setLevel(Long Level)
Level
- Detection item hazard level
Note: This field may return null, indicating that no valid values can be obtained.public Long getEventCount()
public void setEventCount(Long EventCount)
EventCount
- Total number of events
Note: This field may return null, indicating that no valid values can be obtained.public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Detection Item ID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.