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 是否禁封端口 | 
| Boolean | getIdpStatus()Get 是否拦截攻击 | 
| Long | getIPNum()Get 防护ip数量 | 
| Boolean | getIPStatus()Get 是否开启防护 | 
| Long | getLeakNum()Get 暴露漏洞数量 | 
| Long | getPortNum()Get 暴露端口数量 | 
| void | setBanStatus(Boolean BanStatus)Set 是否禁封端口 | 
| void | setIdpStatus(Boolean IdpStatus)Set 是否拦截攻击 | 
| void | setIPNum(Long IPNum)Set 防护ip数量 | 
| void | setIPStatus(Boolean IPStatus)Set 是否开启防护 | 
| void | setLeakNum(Long LeakNum)Set 暴露漏洞数量 | 
| void | setPortNum(Long PortNum)Set 暴露端口数量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ScanResultInfo()
public ScanResultInfo(ScanResultInfo source)
public Boolean getBanStatus()
public void setBanStatus(Boolean BanStatus)
BanStatus - 是否禁封端口public Long getIPNum()
public void setIPNum(Long IPNum)
IPNum - 防护ip数量public Boolean getIPStatus()
public void setIPStatus(Boolean IPStatus)
IPStatus - 是否开启防护public Boolean getIdpStatus()
public void setIdpStatus(Boolean IdpStatus)
IdpStatus - 是否拦截攻击public Long getLeakNum()
public void setLeakNum(Long LeakNum)
LeakNum - 暴露漏洞数量public Long getPortNum()
public void setPortNum(Long PortNum)
PortNum - 暴露端口数量Copyright © 2025. All rights reserved.