aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/openecomp/vid/model/Subscriber.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/java/org/openecomp/vid/model/Subscriber.java')
-rw-r--r--vid-app-common/src/main/java/org/openecomp/vid/model/Subscriber.java26
1 files changed, 0 insertions, 26 deletions
diff --git a/vid-app-common/src/main/java/org/openecomp/vid/model/Subscriber.java b/vid-app-common/src/main/java/org/openecomp/vid/model/Subscriber.java
deleted file mode 100644
index c5db6fda..00000000
--- a/vid-app-common/src/main/java/org/openecomp/vid/model/Subscriber.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package org.openecomp.vid.model;
-
-
-import org.codehaus.jackson.annotate.JsonProperty;
-
-/**
- * Created by Oren on 7/4/17.
- */
-public class Subscriber {
-
- @JsonProperty("global-customer-id")
- public String globalCustomerId;
-
- @JsonProperty("subscriber-name")
- public String subscriberName;
-
- @JsonProperty("subscriber-type")
- public String subscriberType;
-
- @JsonProperty("resource-version")
- public String resourceVersion;
-
-
-
-
-}