public final class TableUpdate extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Row |
getNew(Uuid uuid)
Return new row.
|
Row |
getOld(Uuid uuid)
Return old row.
|
int |
hashCode() |
Map<Uuid,RowUpdate> |
rows()
Return rows.
|
static TableUpdate |
tableUpdate(Map<Uuid,RowUpdate> rows)
Get TableUpdate entity.
|
String |
toString() |
public static TableUpdate tableUpdate(Map<Uuid,RowUpdate> rows)
rows - the parameter of TableUpdate entitypublic Row getOld(Uuid uuid)
uuid - the key of rowspublic Row getNew(Uuid uuid)
uuid - the key of rows