Change-Id: I86d15a57726797b5478564de713d07ac60ccf166
Signed-off-by: Bharath Thiruveedula <bharath.thiruveedula@verizon.com>
Issue-ID: USECASEUI-243
Depends-on: I71601180d47fe3de71ddbc07a4c54db7b398f520
     @JsonProperty("resource-version")
     private String resourceVersion;
 
+    @JsonProperty("api-root")
+    private String apiRoot;
+
     @JsonProperty("esr-system-info-list")
     private EsrSystemInfoList esrSystemInfoList;
 
         this.esrSystemInfoList = esrSystemInfoList;
     }
 
+    public String getApiRoot() {
+        return apiRoot;
+    }
 
-
-
+    public void setApiRoot(String apiRoot) {
+        this.apiRoot = apiRoot;
+    }
 }