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