Support additional metadata in external assets api
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / datatypes / elements / MapInterfaceDataDefinition.java
index 772eb71..069cbd7 100644 (file)
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.openecomp.sdc.be.datatypes.elements;
 
 import com.fasterxml.jackson.annotation.JsonCreator;
@@ -29,6 +28,12 @@ public class MapInterfaceDataDefinition extends MapDataDefinition<InterfaceDataD
         super(mapToscaDataDefinition);
     }
 
+    public void setMapToscaDataDefinition(
+            Map<String, InterfaceDataDefinition> mapToscaDataDefinition
+    ) {
+        this.mapToscaDataDefinition = mapToscaDataDefinition;
+    }
+
     @JsonValue
     @Override
     public Map<String, InterfaceDataDefinition> getMapToscaDataDefinition() {