java.lang.Object
com.azure.resourcemanager.appcomplianceautomation.fluent.models.DownloadResponseInner

public final class DownloadResponseInner extends Object
Object that includes all the possible response for the download operation.
  • Constructor Details

    • DownloadResponseInner

      public DownloadResponseInner()
      Creates an instance of DownloadResponseInner class.
  • Method Details

    • resourceList

      public List<ResourceItem> resourceList()
      Get the resourceList property: List of the reports.
      Returns:
      the resourceList value.
    • complianceReport

      public List<ComplianceReportItem> complianceReport()
      Get the complianceReport property: List of the compliance result.
      Returns:
      the complianceReport value.
    • compliancePdfReport

      public DownloadResponseCompliancePdfReport compliancePdfReport()
      Get the compliancePdfReport property: compliance pdf report.
      Returns:
      the compliancePdfReport value.
    • complianceDetailedPdfReport

      public DownloadResponseComplianceDetailedPdfReport complianceDetailedPdfReport()
      Get the complianceDetailedPdfReport property: compliance detailed pdf report.
      Returns:
      the complianceDetailedPdfReport value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.