task add following
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user