productFamilyId : SO API evolution 11/97411/1
authorromaingimbert <romain.gimbert@orange.com>
Tue, 22 Oct 2019 08:04:13 +0000 (10:04 +0200)
committerromaingimbert <romain.gimbert@orange.com>
Tue, 22 Oct 2019 08:04:13 +0000 (10:04 +0200)
- delete productFamilyId

Issue-ID: EXTAPI-340
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Change-Id: Ic89c6ab1ae6186d212c1ad382ec3bdaf7a1fc41c

src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestInfo.java

index a80b1ee..82fb2c7 100644 (file)
@@ -19,8 +19,6 @@ public class RequestInfo {
 
     private String instanceName;
 
-    private String productFamilyId;
-
     private String source;
 
     private boolean suppressRollback;
@@ -35,14 +33,6 @@ public class RequestInfo {
         this.instanceName = instanceName;
     }
 
-    public String getProductFamilyId() {
-        return productFamilyId;
-    }
-
-    public void setProductFamilyId(String productFamilyId) {
-        this.productFamilyId = productFamilyId;
-    }
-
     public String getSource() {
         return source;
     }
@@ -71,7 +61,6 @@ public class RequestInfo {
     public String toString() {
         return "RequestInfo{" +
             "instanceName='" + instanceName + '\'' +
-            ", productFamilyId='" + productFamilyId + '\'' +
             ", source='" + source + '\'' +
             ", suppressRollback=" + suppressRollback +
             ", requestorId='" + requestorId + '\'' +