TCA:Fixed missing version in tca alert 09/19109/1
authorSingla, Rajiv (rs153v) <rs153v@att.com>
Mon, 16 Oct 2017 16:26:07 +0000 (12:26 -0400)
committerSingla, Rajiv (rs153v) <rs153v@att.com>
Mon, 16 Oct 2017 16:27:51 +0000 (12:27 -0400)
Change-Id: I01243753229ec11497548bbedfdfe54ad81ec122
Signed-off-by: Singla, Rajiv (rs153v) <rs153v@att.com>
Issue-Id: DCAEGEN2-164

dcae-analytics-model/src/main/java/org/openecomp/dcae/apod/analytics/model/domain/policy/tca/Threshold.java

index 4f98fa5..536f458 100644 (file)
@@ -119,6 +119,7 @@ public class Threshold extends BaseTCAPolicyModel {
         newThreshold.setThresholdValue(threshold.getThresholdValue());\r
         newThreshold.setDirection(threshold.getDirection());\r
         newThreshold.setSeverity(threshold.getSeverity());\r
+        newThreshold.setVersion(threshold.getVersion());\r
         newThreshold.setActualFieldValue(threshold.getActualFieldValue());\r
         return newThreshold;\r
     }\r