public class CompliancePolicyAssetSetItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CompliancePolicyAssetSetItem()  | 
CompliancePolicyAssetSetItem(CompliancePolicyAssetSetItem 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[] | 
getCustomerAssetItemIdSet()
Get List of IDs of assets to be ignored in the specified check item. 
 | 
Long | 
getCustomerPolicyItemId()
Get Check item ID 
 | 
void | 
setCustomerAssetItemIdSet(Long[] CustomerAssetItemIdSet)
Set List of IDs of assets to be ignored in the specified check item. 
 | 
void | 
setCustomerPolicyItemId(Long CustomerPolicyItemId)
Set Check item ID 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CompliancePolicyAssetSetItem()
public CompliancePolicyAssetSetItem(CompliancePolicyAssetSetItem source)
public Long getCustomerPolicyItemId()
public void setCustomerPolicyItemId(Long CustomerPolicyItemId)
CustomerPolicyItemId - Check item IDpublic Long[] getCustomerAssetItemIdSet()
public void setCustomerAssetItemIdSet(Long[] CustomerAssetItemIdSet)
CustomerAssetItemIdSet - List of IDs of assets to be ignored in the specified check item. If it is empty, it indicates all.Copyright © 2025. All rights reserved.