public class TaskField extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
name
The name of the task field
|
Object |
value
The value payload of the task field
|
Constructor and Description |
---|
TaskField() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Object |
getValue() |
void |
setName(String value) |
void |
setValue(Object value) |