add alarm synchronization related operation 57/38957/3
authorFei Tang <tang.fei4@zte.com.cn>
Tue, 27 Mar 2018 08:26:39 +0000 (16:26 +0800)
committerFei Tang <tang.fei4@zte.com.cn>
Tue, 27 Mar 2018 08:50:32 +0000 (16:50 +0800)
commit6c4fde1fd6dcf484d2c567d3fabf0496ed8b30e0
tree0c357c36cfda707fa1ec6cd81d5f0f95f53f2bcd
parent131be6f05c41acd5502d637d2d3326d8b20081ce
add alarm synchronization related operation

Issue-ID: HOLMES-106

Change-Id: I9020c29b69eb0e8bd5a0a33901c671fd02b9f0d1
Signed-off-by: FeiTang <tang.fei4@zte.com.cn>
holmes-actions/src/main/java/org/onap/holmes/common/api/entity/AlarmInfo.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/exception/AlarmInfoException.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/utils/AlarmInfoMapper.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/api/entity/AlarmInfoTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/exception/AlarmInfoExceptionTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/utils/AlarmInfoMapperTest.java [new file with mode: 0644]