Get edge label
This commit is contained in:
parent
f8e80aa94b
commit
118ba1ad8d
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user