diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-11-11 11:59:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-11-11 11:59:46 +0000 |
commit | 38cea5882ab71f23eddd3ffc9fd56c5d6540f28e (patch) | |
tree | 83939cfe8e8835f91b2320df0a0b032865f74cc3 /cps-ncmp-rest/src | |
parent | 76b4ff600dfefd2bea79a43431e36698e86c4a5a (diff) | |
parent | a1a71f782f2db1b50a41f095d49c981f5095b4fb (diff) |
Merge "Support Alternate-Id for CPS-E05 data batch interface"
Diffstat (limited to 'cps-ncmp-rest/src')
-rw-r--r-- | cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/util/DataOperationRequestMapper.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/util/DataOperationRequestMapper.java b/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/util/DataOperationRequestMapper.java index 42622a2ca2..1e73aca158 100644 --- a/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/util/DataOperationRequestMapper.java +++ b/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/util/DataOperationRequestMapper.java @@ -1,6 +1,6 @@ /* * ============LICENSE_START======================================================= - * Copyright (C) 2023 Nordix Foundation + * Copyright (C) 2023-2024 Nordix Foundation * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ public interface DataOperationRequestMapper { DataOperationRequest toDataOperationRequest( org.onap.cps.ncmp.rest.model.DataOperationRequest dataOperationRequest); - @Mapping(source = "targetIds", target = "cmHandleIds") + @Mapping(source = "targetIds", target = "cmHandleReferences") DataOperationDefinition toDataOperationDefinition( org.onap.cps.ncmp.rest.model.DataOperationDefinition dataOperationDefinition); } |