Get edge label

This commit is contained in:
Artem Babak 2021-01-13 21:08:29 +02:00
parent f8e80aa94b
commit 118ba1ad8d

View File

@ -62,6 +62,7 @@ public class Edge extends SearchTextBasedWithAdditionalInfo<EdgeId> implements H
this.customerId = edge.getCustomerId(); this.customerId = edge.getCustomerId();
this.rootRuleChainId = edge.getRootRuleChainId(); this.rootRuleChainId = edge.getRootRuleChainId();
this.type = edge.getType(); this.type = edge.getType();
this.label = edge.getLabel();
this.name = edge.getName(); this.name = edge.getName();
this.routingKey = edge.getRoutingKey(); this.routingKey = edge.getRoutingKey();
this.secret = edge.getSecret(); this.secret = edge.getSecret();