java.lang.Object
com.azure.resourcemanager.appcomplianceautomation.models.OverviewStatus

public final class OverviewStatus extends Object
The overview of the compliance result for one report.
  • Constructor Details

    • OverviewStatus

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

    • passedCount

      public Integer passedCount()
      Get the passedCount property: The count of all passed full automation control.
      Returns:
      the passedCount value.
    • withPassedCount

      public OverviewStatus withPassedCount(Integer passedCount)
      Set the passedCount property: The count of all passed full automation control.
      Parameters:
      passedCount - the passedCount value to set.
      Returns:
      the OverviewStatus object itself.
    • failedCount

      public Integer failedCount()
      Get the failedCount property: The count of all failed full automation control.
      Returns:
      the failedCount value.
    • withFailedCount

      public OverviewStatus withFailedCount(Integer failedCount)
      Set the failedCount property: The count of all failed full automation control.
      Parameters:
      failedCount - the failedCount value to set.
      Returns:
      the OverviewStatus object itself.
    • manualCount

      public Integer manualCount()
      Get the manualCount property: The count of all manual control.
      Returns:
      the manualCount value.
    • withManualCount

      public OverviewStatus withManualCount(Integer manualCount)
      Set the manualCount property: The count of all manual control.
      Parameters:
      manualCount - the manualCount value to set.
      Returns:
      the OverviewStatus object itself.
    • validate

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