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