java.lang.Object
com.azure.resourcemanager.security.models.Baseline

public final class Baseline extends Object
Baseline details.
  • Constructor Details

    • Baseline

      public Baseline()
  • Method Details

    • expectedResults

      public List<List<String>> expectedResults()
      Get the expectedResults property: Expected results.
      Returns:
      the expectedResults value.
    • withExpectedResults

      public Baseline withExpectedResults(List<List<String>> expectedResults)
      Set the expectedResults property: Expected results.
      Parameters:
      expectedResults - the expectedResults value to set.
      Returns:
      the Baseline object itself.
    • updatedTime

      public OffsetDateTime updatedTime()
      Get the updatedTime property: Baseline update time (UTC).
      Returns:
      the updatedTime value.
    • withUpdatedTime

      public Baseline withUpdatedTime(OffsetDateTime updatedTime)
      Set the updatedTime property: Baseline update time (UTC).
      Parameters:
      updatedTime - the updatedTime value to set.
      Returns:
      the Baseline object itself.
    • validate

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