Change version numbers on aai_swagger_HTML files
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / util / swagger / Api.java
index 8ec5804..7d65448 100644 (file)
@@ -279,6 +279,8 @@ public class Api {
 
             private String description;
 
+                       private String version;
+
             public String getResponseCode() {
                 return responseCode;
             }
@@ -302,6 +304,10 @@ public class Api {
                         ", description='" + description + '\'' +
                         '}';
             }
+
+                       public void setVersion(String version) {
+                               this.version = version;                         
+                       }
         }
 
     }