public class VulDefenceOverview extends AbstractModel
header, skipSign
Constructor and Description |
---|
VulDefenceOverview() |
VulDefenceOverview(VulDefenceOverview 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[] |
getAttackCounts()
Get 每日攻击趋势
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getDate()
Get 日期
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getDefendCounts()
Get 每日防御趋势
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDefendHostCount()
Get 已开启防御主机数
|
Long |
getEnable()
Get 防御开关:0 关闭 1 开启
|
Long |
getExceptionCount()
Get 插件异常数
|
void |
setAttackCounts(Long[] AttackCounts)
Set 每日攻击趋势
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDate(String[] Date)
Set 日期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDefendCounts(Long[] DefendCounts)
Set 每日防御趋势
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDefendHostCount(Long DefendHostCount)
Set 已开启防御主机数
|
void |
setEnable(Long Enable)
Set 防御开关:0 关闭 1 开启
|
void |
setExceptionCount(Long ExceptionCount)
Set 插件异常数
|
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 VulDefenceOverview()
public VulDefenceOverview(VulDefenceOverview source)
public Long getEnable()
public void setEnable(Long Enable)
Enable
- 防御开关:0 关闭 1 开启public Long getDefendHostCount()
public void setDefendHostCount(Long DefendHostCount)
DefendHostCount
- 已开启防御主机数public Long getExceptionCount()
public void setExceptionCount(Long ExceptionCount)
ExceptionCount
- 插件异常数public Long[] getAttackCounts()
public void setAttackCounts(Long[] AttackCounts)
AttackCounts
- 每日攻击趋势
注意:此字段可能返回 null,表示取不到有效值。public Long[] getDefendCounts()
public void setDefendCounts(Long[] DefendCounts)
DefendCounts
- 每日防御趋势
注意:此字段可能返回 null,表示取不到有效值。public String[] getDate()
public void setDate(String[] Date)
Date
- 日期
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.