summaryrefslogtreecommitdiffstats
path: root/mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/model/common/Properties.java
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-01-18 09:39:44 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-01-21 11:34:46 +0100
commit4a39a56b42b5ee8586cf91f79187e317491ec003 (patch)
treec7c9c05c05b4df59bf9e2da96525a5f6382a8b05 /mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/model/common/Properties.java
parent6345bc31e13829b84115b3f1de9e384b1f91c2ab (diff)
BPGenerator - fix placement of service component name override
Issue-ID: DCAEGEN2-2481 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I32c3d2eb1e08dbcfe5b8ec57394a000a76150f00
Diffstat (limited to 'mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/model/common/Properties.java')
-rw-r--r--mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/model/common/Properties.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/model/common/Properties.java b/mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/model/common/Properties.java
index a9675f5..dfe02f0 100644
--- a/mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/model/common/Properties.java
+++ b/mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/model/common/Properties.java
@@ -4,6 +4,7 @@
* * org.onap.dcae
* * ================================================================================
* * Copyright (c) 2020 AT&T Intellectual Property. All rights reserved.
+ * * Copyright (c) 2021 Nokia. All rights reserved.
* * ================================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
@@ -54,6 +55,8 @@ public class Properties {
private String service_component_type;
+ private GetInput service_component_name_override;
+
private Map<String, Object> log_info;
private String dns_name;