[MSO-8] Update the maven dependency
[so.git] / adapters / mso-adapters-rest-interface / src / main / java / org / openecomp / mso / adapters / vnfrest / UpdateVolumeGroupRequest.java
index 50c60b3..596021e 100644 (file)
@@ -7,9 +7,9 @@
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -42,6 +42,7 @@ public class UpdateVolumeGroupRequest extends VfRequestCommon {
        private String vnfType;
        private String vnfVersion;
        private String vfModuleType;
+       private String modelCustomizationUuid;
        private Map<String,String> volumeGroupParams = new HashMap<String, String>();
        private MsoRequest msoRequest = new MsoRequest();
 
@@ -105,6 +106,14 @@ public class UpdateVolumeGroupRequest extends VfRequestCommon {
                this.vfModuleType = vfModuleType;
        }
 
+       public String getModelCustomizationUuid() {
+               return this.modelCustomizationUuid;
+       }
+
+       public void setModelCustomizationUuid(String modelCustomizationUuid) {
+               this.modelCustomizationUuid = modelCustomizationUuid;
+       }
+
        public Map<String, String> getVolumeGroupParams() {
                return volumeGroupParams;
        }