Commit 118ba1ad8df7cba9665722e25bf60cd181bf865e

Authored by Artem Babak
1 parent f8e80aa9

Get edge label

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