Class TableUpdate.RowUpdate<E extends TableSchema<E>>

java.lang.Object
org.opendaylight.ovsdb.lib.message.TableUpdate.RowUpdate<E>
Enclosing class:
TableUpdate<E extends TableSchema<E>>

public static final class TableUpdate.RowUpdate<E extends TableSchema<E>> extends Object
  • Constructor Details

    • RowUpdate

      public RowUpdate(UUID uuid, Row<E> oldRow, Row<E> newRow)
  • Method Details

    • getUuid

      public UUID getUuid()
    • getOld

      public Row<E> getOld()
    • getNew

      public Row<E> getNew()
    • toString

      public String toString()
      Overrides:
      toString in class Object