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 Daily attack trends
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getDate()
Get Date
Note: This field may return null, indicating that no valid values can be obtained.
|
Long[] |
getDefendCounts()
Get Daily defense trends
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getDefendHostCount()
Get Number of hosts with defense enabled
|
Long |
getEnable()
Get Defense switch: 0 - disable; 1 - enable
|
Long |
getExceptionCount()
Get Number of plugin exceptions
|
void |
setAttackCounts(Long[] AttackCounts)
Set Daily attack trends
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDate(String[] Date)
Set Date
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDefendCounts(Long[] DefendCounts)
Set Daily defense trends
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDefendHostCount(Long DefendHostCount)
Set Number of hosts with defense enabled
|
void |
setEnable(Long Enable)
Set Defense switch: 0 - disable; 1 - enable
|
void |
setExceptionCount(Long ExceptionCount)
Set Number of plugin exceptions
|
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
- Defense switch: 0 - disable; 1 - enablepublic Long getDefendHostCount()
public void setDefendHostCount(Long DefendHostCount)
DefendHostCount
- Number of hosts with defense enabledpublic Long getExceptionCount()
public void setExceptionCount(Long ExceptionCount)
ExceptionCount
- Number of plugin exceptionspublic Long[] getAttackCounts()
public void setAttackCounts(Long[] AttackCounts)
AttackCounts
- Daily attack trends
Note: This field may return null, indicating that no valid values can be obtained.public Long[] getDefendCounts()
public void setDefendCounts(Long[] DefendCounts)
DefendCounts
- Daily defense trends
Note: This field may return null, indicating that no valid values can be obtained.public String[] getDate()
public void setDate(String[] Date)
Date
- Date
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.