Provides information fields for recipients The exact field keys and values are chosen by every specific security notification
More...
#include <SecurityNotificationInfo.hpp>
Provides information fields for recipients The exact field keys and values are chosen by every specific security notification
◆ AddInfo()
void Arp::System::NmPayload::Security::SecurityNotificationInfo::AddInfo |
( |
const String & |
key, |
|
|
const String & |
value |
|
) |
| |
Adds Info to this object
- Parameters
-
key | key for later lookup |
value | value for this info |
◆ GetInfo()
String Arp::System::NmPayload::Security::SecurityNotificationInfo::GetInfo |
( |
const String & |
key | ) |
const |
Retrieves stored data from the given field
- Parameters
-
key | key to lookup data from |
◆ GetJsonEncoding()
String Arp::System::NmPayload::Security::SecurityNotificationInfo::GetJsonEncoding |
( |
| ) |
const |
Overrides all infos with the values from the given string
- Parameters
-
json | JSON formatted string to extract data from |
◆ SetJsonString()
void Arp::System::NmPayload::Security::SecurityNotificationInfo::SetJsonString |
( |
const String & |
json | ) |
|
Overrides all infos with the values from the given string
- Parameters
-
json | JSON formatted string to extract data from |
The documentation for this class was generated from the following files: