Add capability to record timestamp
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / serialization / queryformats / Format.java
index abd261e..7e7356f 100644 (file)
@@ -31,7 +31,8 @@ public enum Format {
        resource_and_url,
        console,
        raw,
-       count;
+       count,
+    resource_with_sot;
 
        public static Format getFormat(String format) throws AAIException {
                try {