]> granicus.if.org Git - icinga2/blobdiff - lib/icinga/notificationrequestmessage.h
compatlog: refactor custom/acknowledgement notifications with author/commenttext
[icinga2] / lib / icinga / notificationrequestmessage.h
index 88cd87f81bd643c3e18728e99fe3102d52ad9ce7..26cb29ad84427a749a63fee9e9b871b384671dd6 100644 (file)
@@ -46,6 +46,12 @@ public:
 
        Dictionary::Ptr GetCheckResult(void) const;
        void SetCheckResult(const Dictionary::Ptr& cr);
+
+       String GetAuthor(void) const;
+       void SetAuthor(const String& author);
+
+       String GetText(void) const;
+       void SetText(const String& text);
 };
 
 }