public class JIPipeRunnableLogEntry extends Object
Constructor and Description |
---|
JIPipeRunnableLogEntry(String name,
LocalDateTime dateTime,
String log,
JIPipeNotificationInbox notifications,
boolean success) |
Modifier and Type | Method and Description |
---|---|
LocalDateTime |
getDateTime() |
String |
getLog() |
String |
getName() |
JIPipeNotificationInbox |
getNotifications() |
boolean |
isRead() |
boolean |
isSuccess() |
void |
setRead(boolean read) |
public JIPipeRunnableLogEntry(String name, LocalDateTime dateTime, String log, JIPipeNotificationInbox notifications, boolean success)
public LocalDateTime getDateTime()
public String getLog()
public boolean isSuccess()
public String getName()
public JIPipeNotificationInbox getNotifications()
public boolean isRead()
public void setRead(boolean read)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.