java.lang.Object
com.azure.resourcemanager.security.fluent.models.ScoreDetails

public final class ScoreDetails extends Object
Calculation result data.
  • Constructor Details

    • ScoreDetails

      public ScoreDetails()
  • Method Details

    • max

      public Integer max()
      Get the max property: Maximum score available.
      Returns:
      the max value.
    • current

      public Double current()
      Get the current property: Current score.
      Returns:
      the current value.
    • percentage

      public Double percentage()
      Get the percentage property: Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point.
      Returns:
      the percentage value.
    • validate

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