public class ComplianceAssetDetailInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ComplianceAssetDetailInfo()  | 
ComplianceAssetDetailInfo(ComplianceAssetDetailInfo 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 | 
getAssetCreateTime()
Get Asset creation time
`ASSET_NORMAL`: Running. 
 | 
String | 
getAssetName()
Get Asset name 
 | 
String | 
getAssetStatus()
Get Asset status 
 | 
String | 
getAssetType()
Get Asset type 
 | 
String | 
getCheckResult()
Get Check result. 
 | 
String | 
getCheckStatus()
Get Check status
`CHECK_INIT`: To be checked. 
 | 
Long | 
getCustomerAssetId()
Get Customer asset ID 
 | 
Long | 
getFailedPolicyItemCount()
Get Number of check items that the asset failed 
 | 
String | 
getHostIP()
Get Server IP of the asset 
 | 
String | 
getHostName()
Get Server name of the asset 
 | 
String | 
getLastCheckTime()
Get Last check time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getNodeName()
Get Node name of the asset 
 | 
Long | 
getPassedPolicyItemCount()
Get Number of check items that the asset passed 
 | 
void | 
setAssetCreateTime(String AssetCreateTime)
Set Asset creation time
`ASSET_NORMAL`: Running. 
 | 
void | 
setAssetName(String AssetName)
Set Asset name 
 | 
void | 
setAssetStatus(String AssetStatus)
Set Asset status 
 | 
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 Customer asset ID 
 | 
void | 
setFailedPolicyItemCount(Long FailedPolicyItemCount)
Set Number of check items that the asset failed 
 | 
void | 
setHostIP(String HostIP)
Set Server IP of the asset 
 | 
void | 
setHostName(String HostName)
Set Server name of the asset 
 | 
void | 
setLastCheckTime(String LastCheckTime)
Set Last check time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setNodeName(String NodeName)
Set Node name of the asset 
 | 
void | 
setPassedPolicyItemCount(Long PassedPolicyItemCount)
Set Number of check items that the asset passed 
 | 
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 ComplianceAssetDetailInfo()
public ComplianceAssetDetailInfo(ComplianceAssetDetailInfo source)
public Long getCustomerAssetId()
public void setCustomerAssetId(Long CustomerAssetId)
CustomerAssetId - Customer asset IDpublic String getAssetType()
public void setAssetType(String AssetType)
AssetType - Asset typepublic String getAssetName()
public void setAssetName(String AssetName)
AssetName - Asset namepublic String getNodeName()
public void setNodeName(String NodeName)
NodeName - Node name of the assetpublic String getHostName()
public void setHostName(String HostName)
HostName - Server name of the assetpublic String getHostIP()
public void setHostIP(String HostIP)
HostIP - Server IP of the assetpublic 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 Long getPassedPolicyItemCount()
public void setPassedPolicyItemCount(Long PassedPolicyItemCount)
PassedPolicyItemCount - Number of check items that the asset passedpublic Long getFailedPolicyItemCount()
public void setFailedPolicyItemCount(Long FailedPolicyItemCount)
FailedPolicyItemCount - Number of check items that the asset failedpublic String getLastCheckTime()
public void setLastCheckTime(String LastCheckTime)
LastCheckTime - Last check time
Note: This field may return null, indicating that no valid values can be obtained.public String getCheckResult()
public void setCheckResult(String CheckResult)
CheckResult - Check result. Valid values:
`RESULT_FAILED`: Failed.
`RESULT_PASSED`: Passed.
Note: This field may return null, indicating that no valid values can be obtained.public String getAssetStatus()
public void setAssetStatus(String AssetStatus)
AssetStatus - Asset statuspublic String getAssetCreateTime()
public void setAssetCreateTime(String AssetCreateTime)
AssetCreateTime - Asset creation time
`ASSET_NORMAL`: Running.
`ASSET_PAUSED`: Suspended.
`ASSET_STOPPED`: Stopped.
`ASSET_ABNORMAL`: Abnormal.Copyright © 2025. All rights reserved.