public class DescribeScanStatisticResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeScanStatisticResponse() | 
| DescribeScanStatisticResponse(DescribeScanStatisticResponse 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 | getHighRiskPortServiceCount()Get 高危端口服务数量 | 
| Long | getPortServiceCount()Get 端口服务数量 | 
| Long | getPortServiceIncrement()Get 端口服务近7天新增数量 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| Long | getRiskWebAppCount()Get 风险Web服务数量 | 
| Long | getVulCount()Get 漏洞风险数量 | 
| Long | getWeakPasswordCount()Get 弱口令风险数量 | 
| Long | getWebAppCount()Get Web服务数量 | 
| Long | getWebAppIncrement()Get Web服务近7天新增数量 | 
| void | setHighRiskPortServiceCount(Long HighRiskPortServiceCount)Set 高危端口服务数量 | 
| void | setPortServiceCount(Long PortServiceCount)Set 端口服务数量 | 
| void | setPortServiceIncrement(Long PortServiceIncrement)Set 端口服务近7天新增数量 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setRiskWebAppCount(Long RiskWebAppCount)Set 风险Web服务数量 | 
| void | setVulCount(Long VulCount)Set 漏洞风险数量 | 
| void | setWeakPasswordCount(Long WeakPasswordCount)Set 弱口令风险数量 | 
| void | setWebAppCount(Long WebAppCount)Set Web服务数量 | 
| void | setWebAppIncrement(Long WebAppIncrement)Set Web服务近7天新增数量 | 
| 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 DescribeScanStatisticResponse()
public DescribeScanStatisticResponse(DescribeScanStatisticResponse source)
public Long getPortServiceCount()
public void setPortServiceCount(Long PortServiceCount)
PortServiceCount - 端口服务数量public Long getWebAppCount()
public void setWebAppCount(Long WebAppCount)
WebAppCount - Web服务数量public Long getWeakPasswordCount()
public void setWeakPasswordCount(Long WeakPasswordCount)
WeakPasswordCount - 弱口令风险数量public Long getVulCount()
public void setVulCount(Long VulCount)
VulCount - 漏洞风险数量public Long getHighRiskPortServiceCount()
public void setHighRiskPortServiceCount(Long HighRiskPortServiceCount)
HighRiskPortServiceCount - 高危端口服务数量public Long getRiskWebAppCount()
public void setRiskWebAppCount(Long RiskWebAppCount)
RiskWebAppCount - 风险Web服务数量public Long getPortServiceIncrement()
public void setPortServiceIncrement(Long PortServiceIncrement)
PortServiceIncrement - 端口服务近7天新增数量public Long getWebAppIncrement()
public void setWebAppIncrement(Long WebAppIncrement)
WebAppIncrement - Web服务近7天新增数量public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.