|
| AlarmPayload (const ArgumentsType &args) |
|
| AlarmPayload (const String &alarmId, const String &alarmType, const String &message, const bool activeState, const bool ackedState, const bool confirmedState, const bool suppressedState, const int16 severity, const bool isRetain, const String &comment, const String &language, const String &user) |
|
| AlarmPayload (const AlarmState &alarmState) |
|
| AlarmPayload (const Notification ¬ification) |
|
const AlarmState | GetAlarmState () const |
|
const String | GetAlarmId () const |
|
const String | GetAlarmType () const |
|
const String | GetMessage () const |
|
const bool | GetActiveState () const |
|
const DateTime | GetActiveStateChanged () const |
|
const bool | GetAckedState () const |
|
const DateTime | GetAckedStateChanged () const |
|
const bool | GetConfirmedState () const |
|
const DateTime | GetConfirmedStateChanged () const |
|
const bool | GetSuppressedState () const |
|
const DateTime | GetSuppressedStateChanged () const |
|
const int16 | GetSeverity () const |
|
const bool | GetRetain () const |
|
const DateTime | GetRetainChanged () const |
|
const DateTime | GetAlarmChanged () const |
|
const String | GetUserParameterName (int index) const |
|
const RscVariant< 512 > | GetUserParameterValue (int index) const |
|
const String | GetComment () const |
|
const String | GetLanguage () const |
|
const String | GetUser () const |
|
| SpecializedPayload (const Notification ¬ification) |
| Creates a view on a Notification object More...
|
|
| SpecializedPayload (const GenericPayload &payloadArg) |
| Creates a view on a GenericPayload object More...
|
|
PayloadTypeIdType | GetId () const final |
| Returns the PayloadTypeId More...
|
|
const String | GetName () const final |
| Returns the PayloadTypeName More...
|
|
const RawPayloadType & | GetAsRawPayloadType () const final |
| Returns a reference to the raw payload object More...
|
|
const String | ToString () const override |
| Get a human readable string representation More...
|
|
RawPayloadType && | MoveOutRawPayload () |
|
bool | IsReadOnly () const |
| Returns true if this object is a view on a Payload
|
|
virtual PayloadTypeIdType | GetId () const =0 |
| Returns the PayloadTypeId More...
|
|
virtual const String | GetName () const =0 |
| Returns the PayloadTypeName More...
|
|
virtual const RawPayloadType & | GetAsRawPayloadType () const =0 |
| Returns a reference to the raw payload object More...
|
|
virtual const String | ToString () const =0 |
| Get a human readable string representation More...
|
|