Holds a notification message to be deliverd to the administrator. More...
#include <NotificationMessage.h>
Public Member Functions | |
NotificationMessage (const String &s, const String &b) | |
Constructor. More... | |
Public Attributes | |
String | subject |
Message subject. More... | |
String | body |
Message body. More... | |
Holds a notification message to be deliverd to the administrator.
Definition at line 40 of file NotificationMessage.h.
Constructor.
s | Message subject |
b | Message body |
Definition at line 47 of file NotificationMessage.h.
String Hypertable::NotificationMessage::body |
Message body.
Definition at line 54 of file NotificationMessage.h.
String Hypertable::NotificationMessage::subject |
Message subject.
Definition at line 51 of file NotificationMessage.h.