Class Message
- java.lang.Object
-
- com.evolveum.midpoint.notifications.api.transports.Message
-
- All Implemented Interfaces:
DebugDumpable
public class Message extends Object implements DebugDumpable
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description Message()Message(NotificationMessageType message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)@NotNull List<NotificationMessageAttachmentType>getAttachments()@NotNull List<String>getBcc()StringgetBody()@NotNull List<String>getCc()StringgetContentType()StringgetFrom()StringgetSubject()@NotNull List<String>getTo()voidsetAttachments(@NotNull List<NotificationMessageAttachmentType> attachments)voidsetBcc(@NotNull List<String> bcc)voidsetBody(String body)voidsetCc(@NotNull List<String> cc)voidsetContentType(String contentType)voidsetFrom(String from)voidsetSubject(String subject)voidsetTo(@NotNull List<String> to)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
Message
public Message()
-
Message
public Message(NotificationMessageType message)
-
-
Method Detail
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
getFrom
public String getFrom()
-
setFrom
public void setFrom(String from)
-
getAttachments
@NotNull public @NotNull List<NotificationMessageAttachmentType> getAttachments()
-
setAttachments
public void setAttachments(@NotNull @NotNull List<NotificationMessageAttachmentType> attachments)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-