Code Review
/
portal.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9dd66afcd211541c95d805b2fe9de7f6fbd265be
[portal.git]
/
1
package org.openecomp.portalapp.portal.scheduler.restobjects;
2
3
public class PostSubmitVnfChangeRestObject<T> extends RestObject<T> {
4
5
public String uuid;
6
7
public void setUUID(String uuid) { this.uuid = uuid; }
8
9
public String getUUID() { return this.uuid; }
10
}