public final class TableUpdate
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Row |
getNew(Uuid uuid)
Return new row.
|
Row |
getOld(Uuid uuid)
Return old row.
|
int |
hashCode() |
java.util.Map<Uuid,RowUpdate> |
rows()
Return rows.
|
static TableUpdate |
tableUpdate(java.util.Map<Uuid,RowUpdate> rows)
Get TableUpdate entity.
|
java.lang.String |
toString() |
public static TableUpdate tableUpdate(java.util.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 rowspublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object