public class ComplianceAffectedAsset extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ComplianceAffectedAsset()  | 
ComplianceAffectedAsset(ComplianceAffectedAsset 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 | 
getCheckResult()
Get Check result. 
 | 
String | 
getCheckStatus()
Get Check status
`CHECK_INIT`: To be checked. 
 | 
Long | 
getCustomerAssetId()
Get Unique ID of the customer asset 
 | 
String | 
getHostIP()
Get Server IP
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getImageTag()
Get Image tag
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getInstanceId()
Get Instance ID
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getLastCheckTime()
Get Last check time in the format of "YYYY-MM-DD HH:m::SS"
It is "0000-00-00 00:00:00" if no check has been performed. 
 | 
String | 
getNodeName()
Get Node name 
 | 
String | 
getVerifyInfo()
Get Verification information of the check item
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAssetName(String AssetName)
Set Asset name 
 | 
void | 
setAssetType(String AssetType)
Set Asset type 
 | 
void | 
setCheckResult(String CheckResult)
Set Check result. 
 | 
void | 
setCheckStatus(String CheckStatus)
Set Check status
`CHECK_INIT`: To be checked. 
 | 
void | 
setCustomerAssetId(Long CustomerAssetId)
Set Unique ID of the customer asset 
 | 
void | 
setHostIP(String HostIP)
Set Server IP
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setImageTag(String ImageTag)
Set Image tag
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setLastCheckTime(String LastCheckTime)
Set Last check time in the format of "YYYY-MM-DD HH:m::SS"
It is "0000-00-00 00:00:00" if no check has been performed. 
 | 
void | 
setNodeName(String NodeName)
Set Node name 
 | 
void | 
setVerifyInfo(String VerifyInfo)
Set Verification information of the check item
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 ComplianceAffectedAsset()
public ComplianceAffectedAsset(ComplianceAffectedAsset source)
public Long getCustomerAssetId()
public void setCustomerAssetId(Long CustomerAssetId)
CustomerAssetId - Unique ID of the customer assetpublic String getAssetName()
public void setAssetName(String AssetName)
AssetName - Asset namepublic 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 getNodeName()
public void setNodeName(String NodeName)
NodeName - Node namepublic String getLastCheckTime()
public void setLastCheckTime(String LastCheckTime)
LastCheckTime - Last check time in the format of "YYYY-MM-DD HH:m::SS"
It is "0000-00-00 00:00:00" if no check has been performed.public String getCheckResult()
public void setCheckResult(String CheckResult)
CheckResult - Check result. Valid values:
`RESULT_FAILED`: Failed.
`RESULT_PASSED`: Passed.public String getHostIP()
public void setHostIP(String HostIP)
HostIP - Server IP
Note: This field may return null, indicating that no valid values can be obtained.public String getImageTag()
public void setImageTag(String ImageTag)
ImageTag - Image tag
Note: This field may return null, indicating that no valid values can be obtained.public String getVerifyInfo()
public void setVerifyInfo(String VerifyInfo)
VerifyInfo - Verification information of the check item
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.