public class TableResult extends AbstractValueResult
| Constructor and Description |
|---|
TableResult(List<PageLocationMetaResult> pageLocationMetas, List<TableRowResult> rows)
Creates an instance of table result.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractValueResult |
cloneWithoutMeta()
Clones this instance without metadata entries.
|
boolean |
equals(Object o) |
List<PageLocationMetaResult> |
getPageLocationMetas()
Get table page locations.
|
List<TableRowResult> |
getRows()
Get table rows.
|
int |
hashCode() |
getResultTypepublic TableResult(List<PageLocationMetaResult> pageLocationMetas, List<TableRowResult> rows)
pageLocationMetas - the list of page locations of the table
rows - table rows
public List<PageLocationMetaResult> getPageLocationMetas()
public List<TableRowResult> getRows()
public AbstractValueResult cloneWithoutMeta()
AbstractValueResult
cloneWithoutMeta in class AbstractValueResult
public boolean equals(Object o)
equals in class AbstractValueResult
public int hashCode()
hashCode in class AbstractValueResult
Copyright © 2024. All rights reserved.