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