Class ResultSet

java.lang.Object
org.opendaylight.ovsdb.lib.notation.ResultSet

public class ResultSet extends Object
A collection of Rows as returned by select and other operations on OVSDB.
  • Constructor Details

    • ResultSet

      public ResultSet()
  • Method Details

    • getRows

      public List<Row> getRows()
    • setRows

      public void setRows(List<Row> rows)