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 Asset name 
 | 
String | 
getAssetType()
Get Asset type 
 | 
String | 
getCheckStatus()
Get Check status
`CHECK_INIT`: To be checked. 
 | 
String | 
getCheckTime()
Get Check time 
 | 
Long | 
getCustomerAssetId()
Get Customer asset ID 
 | 
String | 
getFailureReason()
Get Cause of the asset check failure 
 | 
String | 
getSuggestion()
Get Suggestion for handling the check failure 
 | 
void | 
setAssetName(String AssetName)
Set Asset name 
 | 
void | 
setAssetType(String AssetType)
Set Asset type 
 | 
void | 
setCheckStatus(String CheckStatus)
Set Check status
`CHECK_INIT`: To be checked. 
 | 
void | 
setCheckTime(String CheckTime)
Set Check time 
 | 
void | 
setCustomerAssetId(Long CustomerAssetId)
Set Customer asset ID 
 | 
void | 
setFailureReason(String FailureReason)
Set Cause of the asset check failure 
 | 
void | 
setSuggestion(String Suggestion)
Set Suggestion for handling the check failure 
 | 
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 - Customer asset IDpublic String getAssetType()
public void setAssetType(String AssetType)
AssetType - Asset typepublic String getCheckStatus()
public void setCheckStatus(String CheckStatus)
CheckStatus - Check status
`CHECK_INIT`: To be checked.
`CHECK_RUNNING`: Checking.
`CHECK_FINISHED`: Checked.
`CHECK_FAILED`: Check failed.public String getAssetName()
public void setAssetName(String AssetName)
AssetName - Asset namepublic String getFailureReason()
public void setFailureReason(String FailureReason)
FailureReason - Cause of the asset check failurepublic String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - Suggestion for handling the check failurepublic String getCheckTime()
public void setCheckTime(String CheckTime)
CheckTime - Check timeCopyright © 2025. All rights reserved.