public class CreateExportComplianceStatusListJobRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateExportComplianceStatusListJobRequest() | 
| CreateExportComplianceStatusListJobRequest(CreateExportComplianceStatusListJobRequest 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 | getAssetType()Get Asset type of the information to be exported | 
| Boolean | getExportAll()Get Valid values: `true` (export all); `false` (export based on the `IdList`). | 
| Boolean | getExportByAsset()Get Export by check item or asset. | 
| Long[] | getIdList()Get List of IDs of assets or check items to be exported, which is determined by the value of `ExportByAsset`. | 
| void | setAssetType(String AssetType)Set Asset type of the information to be exported | 
| void | setExportAll(Boolean ExportAll)Set Valid values: `true` (export all); `false` (export based on the `IdList`). | 
| void | setExportByAsset(Boolean ExportByAsset)Set Export by check item or asset. | 
| void | setIdList(Long[] IdList)Set List of IDs of assets or check items to be exported, which is determined by the value of `ExportByAsset`. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CreateExportComplianceStatusListJobRequest()
public CreateExportComplianceStatusListJobRequest(CreateExportComplianceStatusListJobRequest source)
public String getAssetType()
public void setAssetType(String AssetType)
AssetType - Asset type of the information to be exportedpublic Boolean getExportByAsset()
public void setExportByAsset(Boolean ExportByAsset)
ExportByAsset - Export by check item or asset. Valid values: `true` (export by asset); `false` (export by check item).public Boolean getExportAll()
public void setExportAll(Boolean ExportAll)
ExportAll - Valid values: `true` (export all); `false` (export based on the `IdList`).public Long[] getIdList()
public void setIdList(Long[] IdList)
IdList - List of IDs of assets or check items to be exported, which is determined by the value of `ExportByAsset`.Copyright © 2023. All rights reserved.