public class ScanEdgeResult extends Object
| Constructor and Description |
|---|
ScanEdgeResult(List<DataSet> dataSets,
ScanStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<EdgeRow> |
getEdges()
get edge rows
|
List<EdgeTableRow> |
getEdgeTableRows()
get edge table rows
|
List<String> |
getPropNames()
get the result's property names
|
boolean |
isAllSuccess()
get the result status
|
boolean |
isEmpty()
whether result data is empty
|
public ScanEdgeResult(List<DataSet> dataSets, ScanStatus status)
public List<EdgeTableRow> getEdgeTableRows()
EdgeTableRowpublic List<String> getPropNames()
public boolean isAllSuccess()
public boolean isEmpty()
Copyright © 2022. All rights reserved.