Get the MSB info from DCAE Consul
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / api / stat / VesAlarm.java
index 3cdcb88..127903f 100644 (file)
@@ -27,7 +27,7 @@ import lombok.Setter;
 public class VesAlarm implements Cloneable, Serializable{
     private String domain;
     private String eventId;
-    private String EventName;
+    private String eventName;
     private String eventType;
     private Object internalHeaderFields;
     private Long lastEpochMicrosec;