public class CreateExportComplianceStatusListJobRequest extends AbstractModel
header, skipSign| 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 要导出信息的资产类型 | 
| Boolean | getExportAll()Get true, 全部导出;false, 根据IdList来导出数据。 | 
| Boolean | getExportByAsset()Get 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。 | 
| Long[] | getIdList()Get 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。 | 
| void | setAssetType(String AssetType)Set 要导出信息的资产类型 | 
| void | setExportAll(Boolean ExportAll)Set true, 全部导出;false, 根据IdList来导出数据。 | 
| void | setExportByAsset(Boolean ExportByAsset)Set 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。 | 
| void | setIdList(Long[] IdList)Set 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。 | 
| 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 CreateExportComplianceStatusListJobRequest()
public CreateExportComplianceStatusListJobRequest(CreateExportComplianceStatusListJobRequest source)
public String getAssetType()
public void setAssetType(String AssetType)
AssetType - 要导出信息的资产类型public Boolean getExportByAsset()
public void setExportByAsset(Boolean ExportByAsset)
ExportByAsset - 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。public Boolean getExportAll()
public void setExportAll(Boolean ExportAll)
ExportAll - true, 全部导出;false, 根据IdList来导出数据。public Long[] getIdList()
public void setIdList(Long[] IdList)
IdList - 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。Copyright © 2025. All rights reserved.