public class ComplianceAssetPolicyItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComplianceAssetPolicyItem() |
ComplianceAssetPolicyItem(ComplianceAssetPolicyItem 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 |
---|---|
Long |
getBasePolicyItemId()
Get Original ID of the check item
|
Long |
getBenchmarkStandardId()
Get Compliance standard ID
|
String |
getBenchmarkStandardName()
Get Compliance standard name
|
String |
getCategory()
Get Category of the check item
|
String |
getCheckResult()
Get Check result
`RESULT_PASSED`: Passed.
|
String |
getCheckStatus()
Get Check status
`CHECK_INIT`: To be checked.
|
Long |
getCustomerPolicyItemId()
Get Unique ID of the customer check item
|
String |
getFixSuggestion()
Get Handling suggestion
|
String |
getLastCheckTime()
Get Last check time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Check item name
|
String |
getRiskLevel()
Get Severity
|
String |
getVerifyInfo()
Get Verification information
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getWhitelistId()
Get Allowed item ID of the check item.
|
void |
setBasePolicyItemId(Long BasePolicyItemId)
Set Original ID of the check item
|
void |
setBenchmarkStandardId(Long BenchmarkStandardId)
Set Compliance standard ID
|
void |
setBenchmarkStandardName(String BenchmarkStandardName)
Set Compliance standard name
|
void |
setCategory(String Category)
Set Category of the check item
|
void |
setCheckResult(String CheckResult)
Set Check result
`RESULT_PASSED`: Passed.
|
void |
setCheckStatus(String CheckStatus)
Set Check status
`CHECK_INIT`: To be checked.
|
void |
setCustomerPolicyItemId(Long CustomerPolicyItemId)
Set Unique ID of the customer check item
|
void |
setFixSuggestion(String FixSuggestion)
Set Handling suggestion
|
void |
setLastCheckTime(String LastCheckTime)
Set Last check time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Check item name
|
void |
setRiskLevel(String RiskLevel)
Set Severity
|
void |
setVerifyInfo(String VerifyInfo)
Set Verification information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWhitelistId(Long WhitelistId)
Set Allowed item ID of the check item.
|
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 ComplianceAssetPolicyItem()
public ComplianceAssetPolicyItem(ComplianceAssetPolicyItem source)
public Long getCustomerPolicyItemId()
public void setCustomerPolicyItemId(Long CustomerPolicyItemId)
CustomerPolicyItemId
- Unique ID of the customer check itempublic Long getBasePolicyItemId()
public void setBasePolicyItemId(Long BasePolicyItemId)
BasePolicyItemId
- Original ID of the check itempublic String getName()
public void setName(String Name)
Name
- Check item namepublic String getCategory()
public void setCategory(String Category)
Category
- Category of the check itempublic Long getBenchmarkStandardId()
public void setBenchmarkStandardId(Long BenchmarkStandardId)
BenchmarkStandardId
- Compliance standard IDpublic String getBenchmarkStandardName()
public void setBenchmarkStandardName(String BenchmarkStandardName)
BenchmarkStandardName
- Compliance standard namepublic String getRiskLevel()
public void setRiskLevel(String RiskLevel)
RiskLevel
- Severitypublic 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 getCheckResult()
public void setCheckResult(String CheckResult)
CheckResult
- Check result
`RESULT_PASSED`: Passed.
`RESULT_FAILED`: Failed.
Note: This field may return null, indicating that no valid values can be obtained.public Long getWhitelistId()
public void setWhitelistId(Long WhitelistId)
WhitelistId
- Allowed item ID of the check item. If it exists and is not `0`, the check item is ignored.
Note: This field may return null, indicating that no valid values can be obtained.public String getFixSuggestion()
public void setFixSuggestion(String FixSuggestion)
FixSuggestion
- Handling suggestionpublic 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 getVerifyInfo()
public void setVerifyInfo(String VerifyInfo)
VerifyInfo
- Verification information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.