public class TableUpdate.RowUpdate<E extends TableSchema<E>> extends Object
RowUpdate(UUID uuid, Row<E> oldRow, Row<E> newRow)
Row<E>
getNew()
getOld()
UUID
getUuid()
void
setNew(Row<E> newRow)
setOld(Row<E> old)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RowUpdate(UUID uuid, Row<E> oldRow, Row<E> newRow)
public UUID getUuid()
public Row<E> getOld()
public void setOld(Row<E> old)
public Row<E> getNew()
public void setNew(Row<E> newRow)
public String toString()
toString
Object
Copyright © 2018 OpenDaylight. All rights reserved.