public final class UpdateNotification
extends java.lang.Object
| Constructor and Description |
|---|
UpdateNotification(java.lang.Object jsonValue,
com.fasterxml.jackson.databind.JsonNode tbUpdatesJsonNode)
Constructs a UpdateNotification object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.Object |
jsonValue()
Return context.
|
com.fasterxml.jackson.databind.JsonNode |
tbUpdatesJsonNode()
Return tbUpdatesJsonNode.
|
java.lang.String |
toString() |
public UpdateNotification(java.lang.Object jsonValue,
com.fasterxml.jackson.databind.JsonNode tbUpdatesJsonNode)
jsonValue - the "json-value" in "params" of the result JsonNodetbUpdatesJsonNode - the "table-updates" in "params" of the result JsonNodepublic java.lang.Object jsonValue()
public com.fasterxml.jackson.databind.JsonNode tbUpdatesJsonNode()
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