public class MalwareRiskOverview extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MalwareRiskOverview() | 
| MalwareRiskOverview(MalwareRiskOverview 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 | getFileCount()Get Number of Malicious Files | 
| Long | getHostCount()Get Number of affected hosts | 
| Boolean | getIsFirstScan()Get Is it the first Scan [false: No | true: Yes]. | 
| Long | getProcessCount()Get Exceptional Process Count | 
| String | getScanTime()Get Last scan time | 
| void | setFileCount(Long FileCount)Set Number of Malicious Files | 
| void | setHostCount(Long HostCount)Set Number of affected hosts | 
| void | setIsFirstScan(Boolean IsFirstScan)Set Is it the first Scan [false: No | true: Yes]. | 
| void | setProcessCount(Long ProcessCount)Set Exceptional Process Count | 
| void | setScanTime(String ScanTime)Set Last scan time | 
| 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, toJsonStringpublic MalwareRiskOverview()
public MalwareRiskOverview(MalwareRiskOverview source)
public Long getHostCount()
public void setHostCount(Long HostCount)
HostCount - Number of affected hostspublic Long getProcessCount()
public void setProcessCount(Long ProcessCount)
ProcessCount - Exceptional Process Countpublic Long getFileCount()
public void setFileCount(Long FileCount)
FileCount - Number of Malicious Filespublic Boolean getIsFirstScan()
public void setIsFirstScan(Boolean IsFirstScan)
IsFirstScan - Is it the first Scan [false: No | true: Yes].public String getScanTime()
public void setScanTime(String ScanTime)
ScanTime - Last scan timeCopyright © 2025. All rights reserved.