task add following
This commit is contained in:
parent
73b4e9a2c9
commit
028147ab18
@ -18,6 +18,8 @@ public class Task implements Serializable {
|
|||||||
|
|
||||||
private String status;
|
private String status;
|
||||||
|
|
||||||
|
private String following;
|
||||||
|
|
||||||
private String dir;
|
private String dir;
|
||||||
|
|
||||||
private List<TaskFile> files;
|
private List<TaskFile> files;
|
||||||
@ -104,4 +106,11 @@ public class Task implements Serializable {
|
|||||||
this.completedLength = completedLength;
|
this.completedLength = completedLength;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getFollowing() {
|
||||||
|
return following;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setFollowing(String following) {
|
||||||
|
this.following = following;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user