public class LineageSyncUpdateContext extends Object
| Constructor and Description |
|---|
LineageSyncUpdateContext() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEntityGUID()
Get the GUID of the entity that was updated
|
Set<String> |
getNeighboursGUID()
Get the list of GUIDs of nodes directly connected to the entity
|
int |
hashCode() |
void |
setEntityGUID(String entityGUID)
Set the entity that was updated.
|
void |
setNeighboursGUID(Set<String> neighboursGUID)
Set the list of neighbours
|
String |
toString() |
public String getEntityGUID()
public Set<String> getNeighboursGUID()
public void setEntityGUID(String entityGUID)
entityGUID - of the entity that was updatedpublic void setNeighboursGUID(Set<String> neighboursGUID)
neighboursGUID - list of node related to the entityprotected boolean canEqual(Object other)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.