public class EdgeEntry extends Object
Constructor and Description |
---|
EdgeEntry(long parentId,
String childName,
long childId) |
Modifier and Type | Method and Description |
---|---|
long |
getChildId() |
String |
getChildName() |
long |
getParentId() |
public EdgeEntry(long parentId, String childName, long childId)
parentId
- parent idchildName
- child namechildId
- child idpublic long getParentId()
public String getChildName()
public long getChildId()
Copyright © 2023. All Rights Reserved.