public interface TableRow
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key)
Returns the value of the cell for the given column ID.
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJsonNode()
Returns this table row in the form of a JSON object.
|
Copyright © 2015. All rights reserved.