Add the static variable HTTP
[holmes/common.git] / holmes-actions / src / main / java / org / openo / holmes / common / constant / AlarmConst.java
index 786deb3..9e83d4c 100644 (file)
@@ -17,15 +17,25 @@ package org.openo.holmes.common.constant;
 \r
 public interface AlarmConst {\r
 \r
-    public static final String MQ_TOPIC_NAME_ALARMS_CORRELATION = "topic://voss/fm/alarms_correlation";\r
+    String MQ_TOPIC_NAME_ALARMS_CORRELATION = "topic://voss/fm/alarms_correlation";\r
 \r
-    public static final String MQ_TOPIC_NAME_ALARM = "topic://voss/fm/alarm";\r
+    String MQ_TOPIC_NAME_ALARM = "topic://voss/fm/alarm";\r
 \r
-    public static final String I18N_EN = "en";\r
+    String NFVO_PATH = "/openoapi/umc/v1/fm/curalarms/findAll";\r
 \r
-    public static final String I18N_ZH = "zh";\r
+    int NFVO_STATUS_OK = 200;\r
 \r
-    public static final String ZH_CN = "zh_CN";\r
+    String I18N_EN = "en";\r
 \r
-    public static final String ADMIN = "admin";\r
+    String I18N_ZH = "zh";\r
+\r
+    String ZH_CN = "zh_CN";\r
+\r
+    String ADMIN = "admin";\r
+\r
+    int MICRO_SERVICE_STATUS_SUCCESS = 201;\r
+\r
+    int MICRO_SERVICE_PORT = 8086;\r
+\r
+    String HTTP = "http://";\r
 }\r