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