Class DetectorListResult

java.lang.Object
com.azure.resourcemanager.batch.models.DetectorListResult

public final class DetectorListResult extends Object
Values returned by the List operation.
  • Constructor Details

    • DetectorListResult

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

    • value

      public List<DetectorResponseInner> value()
      Get the value property: The collection of Batch account detectors returned by the listing operation.
      Returns:
      the value value.
    • withValue

      public DetectorListResult withValue(List<DetectorResponseInner> value)
      Set the value property: The collection of Batch account detectors returned by the listing operation.
      Parameters:
      value - the value value to set.
      Returns:
      the DetectorListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public DetectorListResult withNextLink(String nextLink)
      Set the nextLink property: The URL to get the next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the DetectorListResult object itself.
    • validate

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