public class AssetInfoDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AssetInfoDetail() | 
| AssetInfoDetail(AssetInfoDetail 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 | 
|---|---|
| String | getAppID()Get AppID of the user
Note: This field may return·null, indicating that no valid values can be obtained. | 
| String | getCVEId()Get CVE number
Note: This field may return·null, indicating that no valid values can be obtained. | 
| Long | getInfluenceAsset()Get Number of affected assets
Note: This field may return·null, indicating that no valid values can be obtained. | 
| Long | getIsScan()Get Whether the asset is scanned. | 
| Long | getNotProtectAsset()Get Number of not protected assets
Note: This field may return·null, indicating that no valid values can be obtained. | 
| Long | getNotRepairAsset()Get Number of not fixed assets
Note: This field may return·null, indicating that no valid values can be obtained. | 
| String | getScanTime()Get Scan start time
Note: This field may return·null, indicating that no valid values can be obtained. | 
| String | getTaskId()Get Task ID
Note: This field may return·null, indicating that no valid values can be obtained. | 
| Long | getTaskPercent()Get Task progress in terms of percentage
Note: This field may return·null, indicating that no valid values can be obtained. | 
| Long | getTaskTime()Get Task creation time
Note: This field may return·null, indicating that no valid values can be obtained. | 
| void | setAppID(String AppID)Set AppID of the user
Note: This field may return·null, indicating that no valid values can be obtained. | 
| void | setCVEId(String CVEId)Set CVE number
Note: This field may return·null, indicating that no valid values can be obtained. | 
| void | setInfluenceAsset(Long InfluenceAsset)Set Number of affected assets
Note: This field may return·null, indicating that no valid values can be obtained. | 
| void | setIsScan(Long IsScan)Set Whether the asset is scanned. | 
| void | setNotProtectAsset(Long NotProtectAsset)Set Number of not protected assets
Note: This field may return·null, indicating that no valid values can be obtained. | 
| void | setNotRepairAsset(Long NotRepairAsset)Set Number of not fixed assets
Note: This field may return·null, indicating that no valid values can be obtained. | 
| void | setScanTime(String ScanTime)Set Scan start time
Note: This field may return·null, indicating that no valid values can be obtained. | 
| void | setTaskId(String TaskId)Set Task ID
Note: This field may return·null, indicating that no valid values can be obtained. | 
| void | setTaskPercent(Long TaskPercent)Set Task progress in terms of percentage
Note: This field may return·null, indicating that no valid values can be obtained. | 
| void | setTaskTime(Long TaskTime)Set Task creation time
Note: This field may return·null, indicating that no valid values can be obtained. | 
| 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 AssetInfoDetail()
public AssetInfoDetail(AssetInfoDetail source)
public String getAppID()
public void setAppID(String AppID)
AppID - AppID of the user
Note: This field may return·null, indicating that no valid values can be obtained.public String getCVEId()
public void setCVEId(String CVEId)
CVEId - CVE number
Note: This field may return·null, indicating that no valid values can be obtained.public Long getIsScan()
public void setIsScan(Long IsScan)
IsScan - Whether the asset is scanned. Values: `0`: (default) Not scanned; `1`: Scanning; `2`: Scan completed; `3`: Error while scanning
Note: This field may return·null, indicating that no valid values can be obtained.public Long getInfluenceAsset()
public void setInfluenceAsset(Long InfluenceAsset)
InfluenceAsset - Number of affected assets
Note: This field may return·null, indicating that no valid values can be obtained.public Long getNotRepairAsset()
public void setNotRepairAsset(Long NotRepairAsset)
NotRepairAsset - Number of not fixed assets
Note: This field may return·null, indicating that no valid values can be obtained.public Long getNotProtectAsset()
public void setNotProtectAsset(Long NotProtectAsset)
NotProtectAsset - Number of not protected assets
Note: This field may return·null, indicating that no valid values can be obtained.public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task ID
Note: This field may return·null, indicating that no valid values can be obtained.public Long getTaskPercent()
public void setTaskPercent(Long TaskPercent)
TaskPercent - Task progress in terms of percentage
Note: This field may return·null, indicating that no valid values can be obtained.public Long getTaskTime()
public void setTaskTime(Long TaskTime)
TaskTime - Task creation time
Note: This field may return·null, indicating that no valid values can be obtained.public String getScanTime()
public void setScanTime(String ScanTime)
ScanTime - Scan start time
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.