Class RunOutputCollection


  • public final class RunOutputCollection
    extends Object
    The result of List run outputs operation.
    • Constructor Detail

      • RunOutputCollection

        public RunOutputCollection()
    • Method Detail

      • value

        public List<RunOutputInner> value()
        Get the value property: An array of run outputs.
        Returns:
        the value value.
      • withValue

        public RunOutputCollection withValue​(List<RunOutputInner> value)
        Set the value property: An array of run outputs.
        Parameters:
        value - the value value to set.
        Returns:
        the RunOutputCollection object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The continuation token.
        Returns:
        the nextLink value.
      • withNextLink

        public RunOutputCollection withNextLink​(String nextLink)
        Set the nextLink property: The continuation token.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the RunOutputCollection object itself.
      • validate

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