public class TaskTrace extends Object implements Serializable
| Constructor and Description |
|---|
TaskTrace() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
attachmentList() |
TaskTrace |
attachmentList(List<Attachment> attachmentList) |
String |
description() |
TaskTrace |
description(String description) |
java.time.Instant |
ts() |
TaskTrace |
ts(java.time.Instant ts) |
public java.time.Instant ts()
public String description()
public List<Attachment> attachmentList()
public TaskTrace ts(java.time.Instant ts)
public TaskTrace attachmentList(List<Attachment> attachmentList)
Copyright © 2018. All rights reserved.