a4ec05c0743af4958ceb03f8b14fc480db42e1ef
[sdc.git] /
1 package org.openecomp.sdcrests.vendorsoftwareproducts.types;
2
3 public class ComponentCreationDto {
4   private String vfcId;
5
6   public String getVfcId() {
7     return vfcId;
8   }
9
10   public void setVfcId(String vfcId) {
11     this.vfcId = vfcId;
12   }
13 }