Replaced all tabs with spaces in java and pom.xml
[so.git] / adapters / mso-adapters-rest-interface / src / main / java / org / onap / so / adapters / vnfrest / CreateVolumeGroupRequest.java
index a1443f5..2cb8c0a 100644 (file)
@@ -23,150 +23,147 @@ package org.onap.so.adapters.vnfrest;
 
 import java.util.HashMap;
 import java.util.Map;
-
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-
 import org.onap.so.entity.MsoRequest;
 import org.onap.so.openstack.mappers.MapAdapter;
-
 import com.fasterxml.jackson.annotation.JsonRootName;
 
 @JsonRootName("createVolumeGroupRequest")
 @XmlRootElement(name = "createVolumeGroupRequest")
 @XmlAccessorType(XmlAccessType.FIELD)
 public class CreateVolumeGroupRequest extends VfRequestCommon {
-       private String cloudSiteId;
-       private String cloudOwner;
-       private String tenantId;
-       private String volumeGroupName;
-       private String volumeGroupId;
-       private String vnfType;
-       private String vnfVersion;
-       private String vfModuleType;
-       private String modelCustomizationUuid;
-       @XmlJavaTypeAdapter(MapAdapter.class)
-       private Map<String,Object> volumeGroupParams = new HashMap<>();
-       private Boolean failIfExists;
-       private Boolean enableBridge;
-       private Boolean suppressBackout;
-       private MsoRequest msoRequest = new MsoRequest();
-
-       public CreateVolumeGroupRequest() {
-               super();
-       }
-
-       public String getCloudSiteId() {
-               return cloudSiteId;
-       }
-
-       public void setCloudSiteId(String cloudSiteId) {
-               this.cloudSiteId = cloudSiteId;
-       }
-
-       public String getCloudOwner() {
-               return cloudOwner;
-       }
-
-       public void setCloudOwner(String cloudOwner) {
-               this.cloudOwner = cloudOwner;
-       }
-
-       public String getTenantId() {
-               return tenantId;
-       }
-
-       public void setTenantId(String tenantId) {
-               this.tenantId = tenantId;
-       }
-
-       public String getVnfType() {
-               return vnfType;
-       }
-
-       public void setVnfType(String vnfType) {
-               this.vnfType = vnfType;
-       }
-
-       public String getVnfVersion() {
-               return vnfVersion;
-       }
-
-       public void setVnfVersion(String vnfVersion) {
-               this.vnfVersion = vnfVersion;
-       }
-
-       public String getVfModuleType() {
-               return vfModuleType;
-       }
-
-       public void setVfModuleType(String vfModuleType) {
-               this.vfModuleType = vfModuleType;
-       }
-
-       public Map<String, Object> getVolumeGroupParams() {
-               return volumeGroupParams;
-       }
-
-       public void setVolumeGroupParams(Map<String, Object> volumeGroupParams) {
-               this.volumeGroupParams = volumeGroupParams;
-       }
-
-       public String getVolumeGroupName() {
-               return volumeGroupName;
-       }
-
-       public void setVolumeGroupName(String volumeGroupName) {
-               this.volumeGroupName = volumeGroupName;
-       }
-
-       public String getVolumeGroupId() {
-               return volumeGroupId;
-       }
-
-       public String getModelCustomizationUuid() {
-               return this.modelCustomizationUuid;
-       }
-
-       public void setModelCustomizationUuid(String modelCustomizationUuid) {
-               this.modelCustomizationUuid = modelCustomizationUuid;
-       }
-
-       public void setVolumeGroupId(String volumeGroupId) {
-               this.volumeGroupId = volumeGroupId;
-       }
-
-       public Boolean getFailIfExists() {
-               return failIfExists;
-       }
-
-       public void setFailIfExists(Boolean failIfExists) {
-               this.failIfExists = failIfExists;
-       }
-
-       public Boolean getSuppressBackout() {
-               return suppressBackout;
-       }
-
-       public void setSuppressBackout(Boolean suppressBackout) {
-               this.suppressBackout = suppressBackout;
-       }
+    private String cloudSiteId;
+    private String cloudOwner;
+    private String tenantId;
+    private String volumeGroupName;
+    private String volumeGroupId;
+    private String vnfType;
+    private String vnfVersion;
+    private String vfModuleType;
+    private String modelCustomizationUuid;
+    @XmlJavaTypeAdapter(MapAdapter.class)
+    private Map<String, Object> volumeGroupParams = new HashMap<>();
+    private Boolean failIfExists;
+    private Boolean enableBridge;
+    private Boolean suppressBackout;
+    private MsoRequest msoRequest = new MsoRequest();
+
+    public CreateVolumeGroupRequest() {
+        super();
+    }
+
+    public String getCloudSiteId() {
+        return cloudSiteId;
+    }
+
+    public void setCloudSiteId(String cloudSiteId) {
+        this.cloudSiteId = cloudSiteId;
+    }
+
+    public String getCloudOwner() {
+        return cloudOwner;
+    }
+
+    public void setCloudOwner(String cloudOwner) {
+        this.cloudOwner = cloudOwner;
+    }
+
+    public String getTenantId() {
+        return tenantId;
+    }
+
+    public void setTenantId(String tenantId) {
+        this.tenantId = tenantId;
+    }
+
+    public String getVnfType() {
+        return vnfType;
+    }
+
+    public void setVnfType(String vnfType) {
+        this.vnfType = vnfType;
+    }
+
+    public String getVnfVersion() {
+        return vnfVersion;
+    }
+
+    public void setVnfVersion(String vnfVersion) {
+        this.vnfVersion = vnfVersion;
+    }
+
+    public String getVfModuleType() {
+        return vfModuleType;
+    }
+
+    public void setVfModuleType(String vfModuleType) {
+        this.vfModuleType = vfModuleType;
+    }
+
+    public Map<String, Object> getVolumeGroupParams() {
+        return volumeGroupParams;
+    }
+
+    public void setVolumeGroupParams(Map<String, Object> volumeGroupParams) {
+        this.volumeGroupParams = volumeGroupParams;
+    }
+
+    public String getVolumeGroupName() {
+        return volumeGroupName;
+    }
+
+    public void setVolumeGroupName(String volumeGroupName) {
+        this.volumeGroupName = volumeGroupName;
+    }
+
+    public String getVolumeGroupId() {
+        return volumeGroupId;
+    }
+
+    public String getModelCustomizationUuid() {
+        return this.modelCustomizationUuid;
+    }
+
+    public void setModelCustomizationUuid(String modelCustomizationUuid) {
+        this.modelCustomizationUuid = modelCustomizationUuid;
+    }
+
+    public void setVolumeGroupId(String volumeGroupId) {
+        this.volumeGroupId = volumeGroupId;
+    }
+
+    public Boolean getFailIfExists() {
+        return failIfExists;
+    }
+
+    public void setFailIfExists(Boolean failIfExists) {
+        this.failIfExists = failIfExists;
+    }
+
+    public Boolean getSuppressBackout() {
+        return suppressBackout;
+    }
+
+    public void setSuppressBackout(Boolean suppressBackout) {
+        this.suppressBackout = suppressBackout;
+    }
 
-       public MsoRequest getMsoRequest() {
-               return msoRequest;
-       }
+    public MsoRequest getMsoRequest() {
+        return msoRequest;
+    }
 
-       public void setMsoRequest(MsoRequest msoRequest) {
-               this.msoRequest = msoRequest;
-       }
+    public void setMsoRequest(MsoRequest msoRequest) {
+        this.msoRequest = msoRequest;
+    }
 
-       public Boolean getEnableBridge() {
-               return enableBridge;
-       }
+    public Boolean getEnableBridge() {
+        return enableBridge;
+    }
 
-       public void setEnableBridge(Boolean enableBridge) {
-               this.enableBridge = enableBridge;
-       }
+    public void setEnableBridge(Boolean enableBridge) {
+        this.enableBridge = enableBridge;
+    }
 }