public class ComplianceAssetPolicySetItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComplianceAssetPolicySetItem() |
ComplianceAssetPolicySetItem(ComplianceAssetPolicySetItem 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 |
getCustomerAssetItemId()
Get Asset ID
|
Long[] |
getCustomerPolicyItemIdSet()
Get List of IDs of check items to be ignored in the specified asset.
|
void |
setCustomerAssetItemId(Long CustomerAssetItemId)
Set Asset ID
|
void |
setCustomerPolicyItemIdSet(Long[] CustomerPolicyItemIdSet)
Set List of IDs of check items to be ignored in the specified asset.
|
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 ComplianceAssetPolicySetItem()
public ComplianceAssetPolicySetItem(ComplianceAssetPolicySetItem source)
public Long getCustomerAssetItemId()
public void setCustomerAssetItemId(Long CustomerAssetItemId)
CustomerAssetItemId
- Asset IDpublic Long[] getCustomerPolicyItemIdSet()
public void setCustomerPolicyItemIdSet(Long[] CustomerPolicyItemIdSet)
CustomerPolicyItemIdSet
- List of IDs of check items to be ignored in the specified asset. If it is empty, it indicates all.Copyright © 2024. All rights reserved.