public class ComplianceScanFailedAsset extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ComplianceScanFailedAsset() | 
| ComplianceScanFailedAsset(ComplianceScanFailedAsset 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 | getAssetName()Get 资产的名称。 | 
| String | getAssetType()Get 资产类别。 | 
| String | getCheckStatus()Get 检测状态
CHECK_INIT, 待检测
CHECK_RUNNING, 检测中
CHECK_FINISHED, 检测完成
CHECK_FAILED, 检测失败 | 
| String | getCheckTime()Get 检测的时间。 | 
| Long | getCustomerAssetId()Get 客户资产的ID。 | 
| String | getFailureReason()Get 资产检测失败的原因。 | 
| String | getSuggestion()Get 检测失败的处理建议。 | 
| void | setAssetName(String AssetName)Set 资产的名称。 | 
| void | setAssetType(String AssetType)Set 资产类别。 | 
| void | setCheckStatus(String CheckStatus)Set 检测状态
CHECK_INIT, 待检测
CHECK_RUNNING, 检测中
CHECK_FINISHED, 检测完成
CHECK_FAILED, 检测失败 | 
| void | setCheckTime(String CheckTime)Set 检测的时间。 | 
| void | setCustomerAssetId(Long CustomerAssetId)Set 客户资产的ID。 | 
| void | setFailureReason(String FailureReason)Set 资产检测失败的原因。 | 
| void | setSuggestion(String Suggestion)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 ComplianceScanFailedAsset()
public ComplianceScanFailedAsset(ComplianceScanFailedAsset source)
public Long getCustomerAssetId()
public void setCustomerAssetId(Long CustomerAssetId)
CustomerAssetId - 客户资产的ID。public String getAssetType()
public void setAssetType(String AssetType)
AssetType - 资产类别。public String getCheckStatus()
public void setCheckStatus(String CheckStatus)
CheckStatus - 检测状态
CHECK_INIT, 待检测
CHECK_RUNNING, 检测中
CHECK_FINISHED, 检测完成
CHECK_FAILED, 检测失败public String getAssetName()
public void setAssetName(String AssetName)
AssetName - 资产的名称。public String getFailureReason()
public void setFailureReason(String FailureReason)
FailureReason - 资产检测失败的原因。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - 检测失败的处理建议。public String getCheckTime()
public void setCheckTime(String CheckTime)
CheckTime - 检测的时间。Copyright © 2025. All rights reserved.