public class CompliancePolicyItemSummary extends AbstractModel
header, skipSign
Constructor and Description |
---|
CompliancePolicyItemSummary() |
CompliancePolicyItemSummary(CompliancePolicyItemSummary 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 |
getApplicableVersion()
Get TCSS editions that support this check item
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getAssetType()
Get Asset type of the check item
|
Long |
getBasePolicyItemId()
Get Original ID of the check item
|
Long |
getBenchmarkStandardId()
Get Compliance standard ID
|
String |
getBenchmarkStandardName()
Get Compliance standard
|
String |
getCategory()
Get Category of the check item, which is an enumerated string.
|
String |
getCheckResult()
Get Check result.
|
String |
getCheckStatus()
Get Check status
`CHECK_INIT`: To be checked.
|
Long |
getCustomerPolicyItemId()
Get Unique ID of the customer check item
|
Long |
getFailedAssetCount()
Get Number of assets that failed the check
Note: This field may return null, indicating that no valid values can be obtained.
|
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
|
Long |
getPassedAssetCount()
Get Number of assets that passed the check
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRiskLevel()
Get Severity.
|
Long |
getWhitelistId()
Get Allowed item ID of the check item.
|
void |
setApplicableVersion(String ApplicableVersion)
Set TCSS editions that support this check item
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setAssetType(String AssetType)
Set Asset type 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
|
void |
setCategory(String Category)
Set Category of the check item, which is an enumerated string.
|
void |
setCheckResult(String CheckResult)
Set Check result.
|
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 |
setFailedAssetCount(Long FailedAssetCount)
Set Number of assets that failed the check
Note: This field may return null, indicating that no valid values can be obtained.
|
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 |
setPassedAssetCount(Long PassedAssetCount)
Set Number of assets that passed the check
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRiskLevel(String RiskLevel)
Set Severity.
|
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 CompliancePolicyItemSummary()
public CompliancePolicyItemSummary(CompliancePolicyItemSummary 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 item, which is an enumerated string.public String getBenchmarkStandardName()
public void setBenchmarkStandardName(String BenchmarkStandardName)
BenchmarkStandardName
- Compliance standardpublic String getRiskLevel()
public void setRiskLevel(String RiskLevel)
RiskLevel
- Severity. Valid values: `RISK_CRITICAL`, `RISK_HIGH`, `RISK_MEDIUM`, `RISK_LOW`, `RISK_NOTICE`.public String getAssetType()
public void setAssetType(String AssetType)
AssetType
- Asset type of the check itempublic 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 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. Valid values: `RESULT_PASSED`: Passed.
`RESULT_FAILED`: Failed.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPassedAssetCount()
public void setPassedAssetCount(Long PassedAssetCount)
PassedAssetCount
- Number of assets that passed the check
Note: This field may return null, indicating that no valid values can be obtained.public Long getFailedAssetCount()
public void setFailedAssetCount(Long FailedAssetCount)
FailedAssetCount
- Number of assets that failed the check
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 Long getBenchmarkStandardId()
public void setBenchmarkStandardId(Long BenchmarkStandardId)
BenchmarkStandardId
- Compliance standard IDpublic String getApplicableVersion()
public void setApplicableVersion(String ApplicableVersion)
ApplicableVersion
- TCSS editions that support this check item
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2024. All rights reserved.