Class ComplianceScanFailedAsset
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ComplianceScanFailedAsset
-
public class ComplianceScanFailedAsset extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ComplianceScanFailedAsset
public ComplianceScanFailedAsset()
-
ComplianceScanFailedAsset
public 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.
-
-
Method Detail
-
getCustomerAssetId
public Long getCustomerAssetId()
Get 客户资产的ID。- Returns:
- CustomerAssetId 客户资产的ID。
-
setCustomerAssetId
public void setCustomerAssetId(Long CustomerAssetId)
Set 客户资产的ID。- Parameters:
CustomerAssetId
- 客户资产的ID。
-
getAssetType
public String getAssetType()
Get 资产类别。- Returns:
- AssetType 资产类别。
-
setAssetType
public void setAssetType(String AssetType)
Set 资产类别。- Parameters:
AssetType
- 资产类别。
-
getCheckStatus
public String getCheckStatus()
Get 检测状态 CHECK_INIT, 待检测 CHECK_RUNNING, 检测中 CHECK_FINISHED, 检测完成 CHECK_FAILED, 检测失败- Returns:
- CheckStatus 检测状态 CHECK_INIT, 待检测 CHECK_RUNNING, 检测中 CHECK_FINISHED, 检测完成 CHECK_FAILED, 检测失败
-
setCheckStatus
public void setCheckStatus(String CheckStatus)
Set 检测状态 CHECK_INIT, 待检测 CHECK_RUNNING, 检测中 CHECK_FINISHED, 检测完成 CHECK_FAILED, 检测失败- Parameters:
CheckStatus
- 检测状态 CHECK_INIT, 待检测 CHECK_RUNNING, 检测中 CHECK_FINISHED, 检测完成 CHECK_FAILED, 检测失败
-
getAssetName
public String getAssetName()
Get 资产的名称。- Returns:
- AssetName 资产的名称。
-
setAssetName
public void setAssetName(String AssetName)
Set 资产的名称。- Parameters:
AssetName
- 资产的名称。
-
getFailureReason
public String getFailureReason()
Get 资产检测失败的原因。- Returns:
- FailureReason 资产检测失败的原因。
-
setFailureReason
public void setFailureReason(String FailureReason)
Set 资产检测失败的原因。- Parameters:
FailureReason
- 资产检测失败的原因。
-
getSuggestion
public String getSuggestion()
Get 检测失败的处理建议。- Returns:
- Suggestion 检测失败的处理建议。
-
setSuggestion
public void setSuggestion(String Suggestion)
Set 检测失败的处理建议。- Parameters:
Suggestion
- 检测失败的处理建议。
-
getCheckTime
public String getCheckTime()
Get 检测的时间。- Returns:
- CheckTime 检测的时间。
-
setCheckTime
public void setCheckTime(String CheckTime)
Set 检测的时间。- Parameters:
CheckTime
- 检测的时间。
-
-