result set
This commit is contained in:
parent
735944f018
commit
a6e8828bfd
|
@ -16,6 +16,14 @@ public class OFResultSet {
|
||||||
private List<List<String>> rows;
|
private List<List<String>> rows;
|
||||||
private Map<String, Integer> meta = null;
|
private Map<String, Integer> meta = null;
|
||||||
|
|
||||||
|
public Map<String, Integer> getMeta() {
|
||||||
|
return meta;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setMeta(Map<String, Integer> meta) {
|
||||||
|
this.meta = meta;
|
||||||
|
}
|
||||||
|
|
||||||
public List<List<String>> getRows() {
|
public List<List<String>> getRows() {
|
||||||
return rows;
|
return rows;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user