Class WebTestListResult


  • public final class WebTestListResult
    extends Object
    A list of 0 or more Application Insights web test definitions.
    • Constructor Detail

      • WebTestListResult

        public WebTestListResult()
    • Method Detail

      • value

        public List<WebTestInner> value()
        Get the value property: Set of Application Insights web test definitions.
        Returns:
        the value value.
      • withValue

        public WebTestListResult withValue​(List<WebTestInner> value)
        Set the value property: Set of Application Insights web test definitions.
        Parameters:
        value - the value value to set.
        Returns:
        the WebTestListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The link to get the next part of the returned list of web tests, should the return set be too large for a single request. May be null.
        Returns:
        the nextLink value.
      • withNextLink

        public WebTestListResult withNextLink​(String nextLink)
        Set the nextLink property: The link to get the next part of the returned list of web tests, should the return set be too large for a single request. May be null.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the WebTestListResult object itself.
      • validate

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