public class DatabaseQueryResultDTO extends Object
| Constructor and Description |
|---|
DatabaseQueryResultDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<RelationDTO> |
getEdges()
关系
|
List<LabelDTO> |
getNodes() |
int |
hashCode() |
void |
setEdges(List<RelationDTO> edges)
关系
|
void |
setNodes(List<LabelDTO> nodes) |
String |
toString() |
public List<RelationDTO> getEdges()
public void setEdges(List<RelationDTO> edges)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.