public class ComplianceAssetInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComplianceAssetInfo() |
ComplianceAssetInfo(ComplianceAssetInfo 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 Customer asset ID
|
Long |
getFailedPolicyItemCount()
Get Number of check items that the asset failed
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHostIP()
Get Server IP of the asset
|
String |
getImageTag()
Get This field is the image tag when the asset is an image.
|
String |
getInstanceId()
Get Node instance ID
Note: This field may return `null`, indicating that no valid values can be obtained.
|
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
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 Customer asset ID
|
void |
setFailedPolicyItemCount(Long FailedPolicyItemCount)
Set Number of check items that the asset failed
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostIP(String HostIP)
Set Server IP of the asset
|
void |
setImageTag(String ImageTag)
Set This field is the image tag when the asset is an image.
|
void |
setInstanceId(String InstanceId)
Set Node instance ID
Note: This field may return `null`, indicating that no valid values can be obtained.
|
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
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ComplianceAssetInfo()
public ComplianceAssetInfo(ComplianceAssetInfo 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 getImageTag()
public void setImageTag(String ImageTag)
ImageTag
- This field is the image tag when the asset is an image.
Note: This field may return null, indicating that no valid values can be obtained.public String getHostIP()
public void setHostIP(String HostIP)
HostIP
- Server IP of the assetpublic String getNodeName()
public void setNodeName(String NodeName)
NodeName
- Node name 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 passed
Note: This field may return null, indicating that no valid values can be obtained.public Long getFailedPolicyItemCount()
public void setFailedPolicyItemCount(Long FailedPolicyItemCount)
FailedPolicyItemCount
- Number of check items that the asset failed
Note: This field may return null, indicating that no valid values can be obtained.public 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 getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Node instance ID
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.