public final class RefTableRow
extends java.lang.Object
| Constructor and Description |
|---|
RefTableRow(java.lang.String refTable,
com.fasterxml.jackson.databind.JsonNode jsonNode)
RefTableRow constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
com.fasterxml.jackson.databind.JsonNode |
jsonNode()
Returns JsonNode.
|
java.lang.String |
refTable()
Returns refTable.
|
java.lang.String |
toString() |
public RefTableRow(java.lang.String refTable,
com.fasterxml.jackson.databind.JsonNode jsonNode)
refTable - the refTable value of JsonNodejsonNode - JsonNodepublic com.fasterxml.jackson.databind.JsonNode jsonNode()
public java.lang.String refTable()
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