[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / vendor-license-rest / vendor-license-rest-services / src / main / java / org / openecomp / sdcrests / vendorlicense / rest / mapping / LimitCreationDto.java
1 package org.openecomp.sdcrests.vendorlicense.rest.mapping;
2
3 public class LimitCreationDto {
4   private String limitId;
5
6   public String getLimitId() {
7     return limitId;
8   }
9
10   public void setLimitId(String limitId) {
11     this.limitId = limitId;
12   }
13 }