|
@@ -29,8 +29,7 @@ public class Job implements java.io.Serializable{
|
|
|
|
|
|
private String log_location;
|
|
private String log_location;
|
|
|
|
|
|
- public Job(String id, String description, String name, String create_time_millis, String device_model, String device_brand, String device_os, String script_location, String report_location, String log_location) {
|
|
|
|
- this.id = id;
|
|
|
|
|
|
+ public Job(String description, String name, String create_time_millis, String device_model, String device_brand, String device_os, String script_location, String report_location, String log_location) {
|
|
this.description = description;
|
|
this.description = description;
|
|
this.name = name;
|
|
this.name = name;
|
|
this.create_time_millis = create_time_millis;
|
|
this.create_time_millis = create_time_millis;
|