Using the same default for REST and CONFIG based entries

Change-Id: I4c514821b6134d884f698f267edb50c3e51f98c5
diff --git a/api/src/main/java/org/opencord/sadis/UniTagInformation.java b/api/src/main/java/org/opencord/sadis/UniTagInformation.java
index fdcb301..5841d5e 100644
--- a/api/src/main/java/org/opencord/sadis/UniTagInformation.java
+++ b/api/src/main/java/org/opencord/sadis/UniTagInformation.java
@@ -24,7 +24,7 @@
 public final class UniTagInformation {
 
     @JsonProperty(value = "uniTagMatch")
-    private VlanId uniTagMatch = VlanId.NONE;
+    private VlanId uniTagMatch = VlanId.vlanId(VlanId.NO_VID);
 
     @JsonProperty(value = "ponCTag")
     private VlanId ponCTag;