Add service node entity class 37/39337/1
authorCongcong Peng <peng.congcong@zte.com.cn>
Wed, 28 Mar 2018 01:19:18 +0000 (09:19 +0800)
committerCongcong Peng <peng.congcong@zte.com.cn>
Wed, 28 Mar 2018 01:19:18 +0000 (09:19 +0800)
commite0d8e73c5a85d4b1e7d7542d3b589ed2b5f91e83
tree3781d1041071bfa7fee364004d18226a60b678db
parent6c4fde1fd6dcf484d2c567d3fabf0496ed8b30e0
Add service node entity class

Issue-ID: HOLMES-106

Change-Id: I02cdc6de4302a6168d0cd0c1bc15826720c8ad99
Signed-off-by: Congcong Peng <peng.congcong@zte.com.cn>
holmes-actions/src/main/java/org/onap/holmes/common/api/entity/CorrelationRule.java
holmes-actions/src/main/java/org/onap/holmes/common/api/entity/ServiceEntity.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/api/entity/ServiceNode4Query.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/utils/CorrelationRuleMapper.java
holmes-actions/src/test/java/org/onap/holmes/common/api/entity/CorrelationRuleTest.java
holmes-actions/src/test/java/org/onap/holmes/common/api/entity/ServiceEntityTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/api/entity/ServiceNode4QueryTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/utils/CorrelationRuleMapperTest.java