Improve Test coverage of InfluxLogger
[nonrtric/plt/ranpm.git] / influxlogger / src / main / java / org / oran / pmlog / configuration / ConsumerJobInfo.java
index be3b23c..4bd3a7b 100644 (file)
@@ -94,14 +94,17 @@ public class ConsumerJobInfo {
 
     @SerializedName("info_type_id")
     @Expose
+    @Getter
     public String infoTypeId = "";
 
     @SerializedName("job_owner")
     @Expose
+    @Getter
     public String owner = "";
 
     @SerializedName("job_definition")
     @Expose
+    @Getter
     public PmJobParameters jobDefinition;
 
     public ConsumerJobInfo() {}