Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
469e444a76cc1f1755b6779ae875c1b4249f0261
[sdc.git]
/
1
package org.openecomp.sdcrests.vendorsoftwareproducts.types;
2
3
4
public class NicCreationResponseDto {
5
private String nicId;
6
7
public String getNicId() {
8
return nicId;
9
}
10
11
public void setNicId(String nicId) {
12
this.nicId = nicId;
13
}
14
}