public class ComplianceWhitelistItem extends AbstractModel
skipSign
Constructor and Description |
---|
ComplianceWhitelistItem() |
ComplianceWhitelistItem(ComplianceWhitelistItem 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 |
getAffectedAssetCount()
Get Number of assets affected by the check item
|
Long |
getCustomerPolicyItemId()
Get ID of the customer check item
|
String |
getInsertTime()
Get Allowed time
|
String |
getLastUpdateTime()
Get Last update time
|
String |
getName()
Get Check item name
|
Long |
getStandardId()
Get Compliance standard ID
|
String |
getStandardName()
Get Compliance standard name
|
Long |
getWhitelistItemId()
Get Allowed item ID
|
void |
setAffectedAssetCount(Long AffectedAssetCount)
Set Number of assets affected by the check item
|
void |
setCustomerPolicyItemId(Long CustomerPolicyItemId)
Set ID of the customer check item
|
void |
setInsertTime(String InsertTime)
Set Allowed time
|
void |
setLastUpdateTime(String LastUpdateTime)
Set Last update time
|
void |
setName(String Name)
Set Check item name
|
void |
setStandardId(Long StandardId)
Set Compliance standard ID
|
void |
setStandardName(String StandardName)
Set Compliance standard name
|
void |
setWhitelistItemId(Long WhitelistItemId)
Set Allowed item ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ComplianceWhitelistItem()
public ComplianceWhitelistItem(ComplianceWhitelistItem source)
public Long getWhitelistItemId()
public void setWhitelistItemId(Long WhitelistItemId)
WhitelistItemId
- Allowed item IDpublic Long getCustomerPolicyItemId()
public void setCustomerPolicyItemId(Long CustomerPolicyItemId)
CustomerPolicyItemId
- ID of the customer check itempublic String getName()
public void setName(String Name)
Name
- Check item namepublic String getStandardName()
public void setStandardName(String StandardName)
StandardName
- Compliance standard namepublic Long getStandardId()
public void setStandardId(Long StandardId)
StandardId
- Compliance standard IDpublic Long getAffectedAssetCount()
public void setAffectedAssetCount(Long AffectedAssetCount)
AffectedAssetCount
- Number of assets affected by the check itempublic String getLastUpdateTime()
public void setLastUpdateTime(String LastUpdateTime)
LastUpdateTime
- Last update timepublic String getInsertTime()
public void setInsertTime(String InsertTime)
InsertTime
- Allowed timeCopyright © 2023. All rights reserved.