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 Link icon

    • ResultSet Link icon

      public ResultSet()
  • Method Details Link icon

    • getRows Link icon

      public List<Row> getRows()
    • setRows Link icon

      public void setRows(List<Row> rows)