Class LoadTestResourcePageList


  • public final class LoadTestResourcePageList
    extends Object
    List of resources page result.
    • Constructor Detail

      • LoadTestResourcePageList

        public LoadTestResourcePageList()
    • Method Detail

      • value

        public List<LoadTestResourceInner> value()
        Get the value property: List of resources in current page.
        Returns:
        the value value.
      • withValue

        public LoadTestResourcePageList withValue​(List<LoadTestResourceInner> value)
        Set the value property: List of resources in current page.
        Parameters:
        value - the value value to set.
        Returns:
        the LoadTestResourcePageList object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: Link to next page of resources.
        Returns:
        the nextLink value.
      • withNextLink

        public LoadTestResourcePageList withNextLink​(String nextLink)
        Set the nextLink property: Link to next page of resources.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the LoadTestResourcePageList object itself.
      • validate

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