Add Control Loop Related Attrs
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / api / entity / CorrelationRule.java
index c8d61b9..eb9273a 100644 (file)
@@ -54,4 +54,6 @@ public class CorrelationRule {
     private Date updateTime;\r
     @JsonProperty(value = "package")\r
     private String packageName;\r
+    @JsonProperty(value = "controlloopname")\r
+    private String closedControlLoopName;\r
 }\r