aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/model/SubscriberList.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/model/SubscriberList.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/model/SubscriberList.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/model/SubscriberList.java b/vid-app-common/src/main/java/org/onap/vid/model/SubscriberList.java
new file mode 100644
index 000000000..5f935971e
--- /dev/null
+++ b/vid-app-common/src/main/java/org/onap/vid/model/SubscriberList.java
@@ -0,0 +1,15 @@
+package org.onap.vid.model;
+
+import org.openecomp.portalsdk.core.web.support.UserUtils;
+
+import java.util.List;
+
+/**
+ * Created by Oren on 7/4/17.
+ */
+public class SubscriberList {
+
+ public List<Subscriber> customer;
+
+
+}