public class NotificationTaskTO extends AbstractTaskTO
| Constructor and Description |
|---|
NotificationTaskTO() |
| Modifier and Type | Method and Description |
|---|---|
AnyTypeKind |
getAnyTypeKind() |
String |
getEntityKey() |
String |
getHtmlBody() |
String |
getNotification() |
Set<String> |
getRecipients() |
String |
getSender() |
String |
getSubject() |
String |
getTextBody() |
TraceLevel |
getTraceLevel() |
boolean |
isExecuted() |
void |
setAnyTypeKind(AnyTypeKind anyTypeKind) |
void |
setEntityKey(String entityKey) |
void |
setExecuted(boolean executed) |
void |
setHtmlBody(String htmlBody) |
void |
setNotification(String notification) |
void |
setSender(String sender) |
void |
setSubject(String subject) |
void |
setTextBody(String textBody) |
void |
setTraceLevel(TraceLevel traceLevel) |
getExecutions, getKey, getLatestExecStatus, setKey, setLatestExecStatusgetEnd, getStart, setEnd, setStartequals, hashCode, toStringpublic String getNotification()
public void setNotification(String notification)
public AnyTypeKind getAnyTypeKind()
public void setAnyTypeKind(AnyTypeKind anyTypeKind)
public String getEntityKey()
public void setEntityKey(String entityKey)
public String getSender()
public void setSender(String sender)
public String getSubject()
public void setSubject(String subject)
public String getTextBody()
public void setTextBody(String textBody)
public String getHtmlBody()
public void setHtmlBody(String htmlBody)
public boolean isExecuted()
public void setExecuted(boolean executed)
public TraceLevel getTraceLevel()
public void setTraceLevel(TraceLevel traceLevel)
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.