public class BaselineRuleTopInfo extends AbstractModel
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 事件总数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLevel()
Get 检测项危害等级
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRuleId()
Get 检测项id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRuleName()
Get 基线检测项名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventCount(Long EventCount)
Set 事件总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLevel(Long Level)
Set 检测项危害等级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleId(Long RuleId)
Set 检测项id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleName(String RuleName)
Set 基线检测项名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BaselineRuleTopInfo()
public BaselineRuleTopInfo(BaselineRuleTopInfo source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- 基线检测项名
注意:此字段可能返回 null,表示取不到有效值。public Long getLevel()
public void setLevel(Long Level)
Level
- 检测项危害等级
注意:此字段可能返回 null,表示取不到有效值。public Long getEventCount()
public void setEventCount(Long EventCount)
EventCount
- 事件总数
注意:此字段可能返回 null,表示取不到有效值。public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 检测项id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.