Class SqlPoolInfoListResult


  • public final class SqlPoolInfoListResult
    extends Object
    SQL pool collection List of SQL pools.
    • Constructor Detail

      • SqlPoolInfoListResult

        public SqlPoolInfoListResult()
    • Method Detail

      • getNextLink

        public String getNextLink()
        Get the nextLink property: Link to the next page of results.
        Returns:
        the nextLink value.
      • setNextLink

        public SqlPoolInfoListResult setNextLink​(String nextLink)
        Set the nextLink property: Link to the next page of results.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the SqlPoolInfoListResult object itself.
      • getValue

        public List<SqlPool> getValue()
        Get the value property: List of SQL pools.
        Returns:
        the value value.
      • setValue

        public SqlPoolInfoListResult setValue​(List<SqlPool> value)
        Set the value property: List of SQL pools.
        Parameters:
        value - the value value to set.
        Returns:
        the SqlPoolInfoListResult object itself.