Class DetailedMonitorQueryItem
- java.lang.Object
-
- pro.taskana.monitor.api.reports.item.MonitorQueryItem
-
- pro.taskana.monitor.api.reports.item.DetailedMonitorQueryItem
-
- All Implemented Interfaces:
AgeQueryItem,QueryItem
public class DetailedMonitorQueryItem extends MonitorQueryItem
The DetailedMonitorQueryItem extends theMonitorQueryItem. The additional attachment key is used for the detailed classification report.
-
-
Constructor Summary
Constructors Constructor Description DetailedMonitorQueryItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttachmentKey()voidsetAttachmentKey(String attachmentKey)StringtoString()-
Methods inherited from class pro.taskana.monitor.api.reports.item.MonitorQueryItem
getAgeInDays, getKey, getValue, setAgeInDays, setKey, setNumberOfTasks
-
-
-
-
Method Detail
-
getAttachmentKey
public String getAttachmentKey()
-
setAttachmentKey
public void setAttachmentKey(String attachmentKey)
-
toString
public String toString()
- Overrides:
toStringin classMonitorQueryItem
-
-