public final class TableUpdates
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.util.Map<java.lang.String,TableUpdate> |
result()
Return the map of TableUpdate.
|
TableUpdate |
tableUpdate(TableSchema table)
Return TableUpdate.
|
static TableUpdates |
tableUpdates(java.util.Map<java.lang.String,TableUpdate> result)
Get TableUpdates.
|
java.lang.String |
toString() |
public static TableUpdates tableUpdates(java.util.Map<java.lang.String,TableUpdate> result)
result - the parameter of TableUpdates entitypublic TableUpdate tableUpdate(TableSchema table)
table - the TableSchema of TableUpdatespublic java.util.Map<java.lang.String,TableUpdate> result()
public 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