[MSO-8] Update the maven dependency
[so.git] / adapters / mso-adapters-rest-interface / src / main / java / org / openecomp / mso / adapters / vnfrest / CreateVolumeGroupRequest.java
index b93a260..840edf7 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 CreateVolumeGroupRequest extends VfRequestCommon {
        private String vnfType;
        private String vnfVersion;
        private String vfModuleType;
+       private String modelCustomizationUuid;
        private Map<String,String> volumeGroupParams = new HashMap<String, String>();
        private Boolean failIfExists;
        private Boolean suppressBackout;
@@ -111,6 +112,14 @@ public class CreateVolumeGroupRequest extends VfRequestCommon {
                return volumeGroupId;
        }
 
+       public String getModelCustomizationUuid() {
+               return this.modelCustomizationUuid;
+       }
+
+       public void setModelCustomizationUuid(String modelCustomizationUuid) {
+               this.modelCustomizationUuid = modelCustomizationUuid;
+       }
+
        public void setVolumeGroupId(String volumeGroupId) {
                this.volumeGroupId = volumeGroupId;
        }