da7852da2ce8fcd2fc683db06a364336b44492df
[sdc.git] /
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 }