Removed MSB Invocation During AAI Calling
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / api / entity / AlarmInfo.java
index c7881d1..a6825b2 100644 (file)
@@ -1,5 +1,5 @@
 /**\r
- * Copyright 2017 ZTE Corporation.\r
+ * Copyright 2017-2023 ZTE Corporation.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -16,7 +16,6 @@
 package org.onap.holmes.common.api.entity;\r
 \r
 import com.google.gson.annotations.SerializedName;\r
-import lombok.Data;\r
 import lombok.Getter;\r
 import lombok.NoArgsConstructor;\r
 import lombok.Setter;\r
@@ -44,6 +43,9 @@ public class AlarmInfo {
     @SerializedName(value = "sourcename")\r
     private String sourceName;\r
 \r
+    @SerializedName(value = "sequence")\r
+    private int sequence;\r
+\r
     @SerializedName(value = "alarmiscleared")\r
     private int alarmIsCleared;\r
 \r