Added presentation of owner of EiJob
[portal/nonrtric-controlpanel.git] / webapp-backend / src / main / java / org / oransc / portal / nonrtric / controlpanel / model / JobInfo.java
index e8ec292..78bbd87 100644 (file)
@@ -54,4 +54,9 @@ public class JobInfo {
     @JsonProperty("target_uri")
     public String targetUri;
 
+    @ApiModelProperty(value = "The owner of the job")
+    @SerializedName("owner")
+    @JsonProperty("owner")
+    public String owner;
+
 }