public class TaskComplete extends Object implements Serializable
| Constructor and Description |
|---|
TaskComplete() |
| Modifier and Type | Method and Description |
|---|---|
String |
author() |
TaskComplete |
author(String author) |
String |
task() |
TaskComplete |
task(String task) |
java.time.Instant |
ts() |
TaskComplete |
ts(java.time.Instant ts) |
public java.time.Instant ts()
public String task()
public String author()
public TaskComplete ts(java.time.Instant ts)
public TaskComplete task(String task)
public TaskComplete author(String author)
Copyright © 2018. All rights reserved.