CADI and a few small updates.
[music.git] / src / main / java / org / onap / music / datastore / jsonobjects / JsonDelete.java
index b98a391..b9b82e0 100644 (file)
@@ -39,7 +39,8 @@ public class JsonDelete {
     private List<String> columns = null;
     private Map<String, String> consistencyInfo;
     private Map<String, Object> conditions;
-    String ttl, timestamp;
+    private String ttl;
+    private String timestamp;
 
 
     @ApiModelProperty(value = "Conditions")