diff options
author | Rob Daugherty <rd472p@att.com> | 2017-11-14 18:12:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-14 18:12:28 +0000 |
commit | 4af0ffe291ec78310085745e3273d170e3943b3f (patch) | |
tree | 1d04f7c02957b82dc3616fcc2375fa47b80f7ef2 | |
parent | 812d981957b98e8a10135198e87ee84319f5d7e0 (diff) | |
parent | 621e8a4eb94dd883e72e9bbea3eda5eaab819b52 (diff) |
Merge "Force source to always be included in JSON"
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/serviceinstancebeans/RequestInfo.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/serviceinstancebeans/RequestInfo.java b/mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/serviceinstancebeans/RequestInfo.java index 6b8cb84b3c..66d6ce5398 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/serviceinstancebeans/RequestInfo.java +++ b/mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/serviceinstancebeans/RequestInfo.java @@ -32,6 +32,7 @@ public class RequestInfo { protected String orderNumber; protected String productFamilyId; protected Integer orderVersion; + @JsonSerialize(include=Inclusion.ALWAYS) protected String source; protected String instanceName; @JsonSerialize(include=Inclusion.ALWAYS) |