public class Task extends Object
| Constructor and Description |
|---|
Task() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDuration() |
long |
getId() |
String |
getName() |
void |
setDuration(String duration) |
void |
setId(int id) |
void |
setName(String name) |
Copyright © 2018 WSO2 Inc. All rights reserved.