Class CreateExportComplianceStatusListJobRequest


  • public class CreateExportComplianceStatusListJobRequest
    extends AbstractModel
    • Constructor Detail

      • CreateExportComplianceStatusListJobRequest

        public CreateExportComplianceStatusListJobRequest()
      • CreateExportComplianceStatusListJobRequest

        public 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.
    • Method Detail

      • getAssetType

        public String getAssetType()
        Get 要导出信息的资产类型
        Returns:
        AssetType 要导出信息的资产类型
      • setAssetType

        public void setAssetType​(String AssetType)
        Set 要导出信息的资产类型
        Parameters:
        AssetType - 要导出信息的资产类型
      • getExportByAsset

        public Boolean getExportByAsset()
        Get 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。
        Returns:
        ExportByAsset 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。
      • setExportByAsset

        public void setExportByAsset​(Boolean ExportByAsset)
        Set 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。
        Parameters:
        ExportByAsset - 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。
      • getExportAll

        public Boolean getExportAll()
        Get true, 全部导出;false, 根据IdList来导出数据。
        Returns:
        ExportAll true, 全部导出;false, 根据IdList来导出数据。
      • setExportAll

        public void setExportAll​(Boolean ExportAll)
        Set true, 全部导出;false, 根据IdList来导出数据。
        Parameters:
        ExportAll - true, 全部导出;false, 根据IdList来导出数据。
      • getIdList

        public Long[] getIdList()
        Get 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。
        Returns:
        IdList 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。
      • setIdList

        public void setIdList​(Long[] IdList)
        Set 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。
        Parameters:
        IdList - 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。