public class ScanResultInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScanResultInfo() |
ScanResultInfo(ScanResultInfo 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 |
---|---|
Boolean |
getBanStatus()
Get Port blocking status
|
Boolean |
getIdpStatus()
Get Attack blocking status
|
Long |
getIPNum()
Get Number of protected IPs
|
Boolean |
getIPStatus()
Get Protection status
|
Long |
getLeakNum()
Get Number of vulnerability exploits
|
Long |
getPortNum()
Get Number of exposed ports
|
void |
setBanStatus(Boolean BanStatus)
Set Port blocking status
|
void |
setIdpStatus(Boolean IdpStatus)
Set Attack blocking status
|
void |
setIPNum(Long IPNum)
Set Number of protected IPs
|
void |
setIPStatus(Boolean IPStatus)
Set Protection status
|
void |
setLeakNum(Long LeakNum)
Set Number of vulnerability exploits
|
void |
setPortNum(Long PortNum)
Set Number of exposed ports
|
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 ScanResultInfo()
public ScanResultInfo(ScanResultInfo source)
public Long getLeakNum()
public void setLeakNum(Long LeakNum)
LeakNum
- Number of vulnerability exploitspublic Long getIPNum()
public void setIPNum(Long IPNum)
IPNum
- Number of protected IPspublic Long getPortNum()
public void setPortNum(Long PortNum)
PortNum
- Number of exposed portspublic Boolean getIPStatus()
public void setIPStatus(Boolean IPStatus)
IPStatus
- Protection statuspublic Boolean getIdpStatus()
public void setIdpStatus(Boolean IdpStatus)
IdpStatus
- Attack blocking statuspublic Boolean getBanStatus()
public void setBanStatus(Boolean BanStatus)
BanStatus
- Port blocking statusCopyright © 2024. All rights reserved.