#include <Entity.h>
◆ Subscription()
| Subscription::Subscription |
( |
const String & |
name, |
|
|
Entity * |
parent |
|
) |
| |
|
inline |
constructor
- Parameters
-
| name | - name of the subscription resource to create |
| parent | - parent entity of the subscription |
◆ ~Subscription()
| Subscription::~Subscription |
( |
| ) |
|
|
virtual |
◆ getByIdentifier()
| Subscription * Subscription::getByIdentifier |
( |
const String & |
identifier | ) |
|
|
static |
◆ getByName()
| Subscription * Subscription::getByName |
( |
const String & |
name | ) |
|
|
static |
◆ getCreator()
| const String& Subscription::getCreator |
( |
| ) |
const |
|
inline |
◆ getExpirationCounter()
| int Subscription::getExpirationCounter |
( |
| ) |
const |
|
inline |
◆ getLatestNotify()
| bool Subscription::getLatestNotify |
( |
| ) |
const |
|
inline |
◆ getNotificationContentType()
◆ getNotificationEventCat()
| const String& Subscription::getNotificationEventCat |
( |
| ) |
const |
|
inline |
◆ getNotificationForwardingURI()
| const String& Subscription::getNotificationForwardingURI |
( |
| ) |
const |
|
inline |
◆ getNotificationStoragePriority()
| int Subscription::getNotificationStoragePriority |
( |
| ) |
const |
|
inline |
◆ getNotificationURI()
| std::list<String> Subscription::getNotificationURI |
( |
| ) |
|
|
inline |
◆ getPendingNotification()
| int Subscription::getPendingNotification |
( |
| ) |
const |
|
inline |
◆ getPreSubscriptionNotify()
| int Subscription::getPreSubscriptionNotify |
( |
| ) |
const |
|
inline |
◆ getSubscriberURI()
| const String& Subscription::getSubscriberURI |
( |
| ) |
const |
|
inline |
◆ setCreator()
| void Subscription::setCreator |
( |
const String & |
creator | ) |
|
|
inline |
◆ setExpirationCounter()
| void Subscription::setExpirationCounter |
( |
int |
expirationCounter | ) |
|
|
inline |
◆ setLatestNotify()
| void Subscription::setLatestNotify |
( |
bool |
latestNotify | ) |
|
|
inline |
◆ setNotificationContentType() [1/2]
| void Subscription::setNotificationContentType |
( |
int |
nct | ) |
|
|
inline |
◆ setNotificationContentType() [2/2]
◆ setNotificationEventCat()
| void Subscription::setNotificationEventCat |
( |
const String & |
notificationEventCat | ) |
|
|
inline |
◆ setNotificationForwardingURI()
| void Subscription::setNotificationForwardingURI |
( |
String |
notificationForwardingURI | ) |
|
|
inline |
◆ setNotificationStoragePriority()
| void Subscription::setNotificationStoragePriority |
( |
int |
notificationStoragePriority | ) |
|
|
inline |
◆ setNotificationURI()
| void Subscription::setNotificationURI |
( |
std::list< String > && |
notificationURI | ) |
|
|
inline |
◆ setPendingNotification()
| void Subscription::setPendingNotification |
( |
int |
pendingNotification | ) |
|
|
inline |
◆ setPreSubscriptionNotify()
| void Subscription::setPreSubscriptionNotify |
( |
int |
preSubscriptionNotify | ) |
|
|
inline |
◆ setSubscriberURI()
| void Subscription::setSubscriberURI |
( |
const String & |
subscriberURI | ) |
|
|
inline |
◆ creator
| String Subscription::creator |
◆ expirationCounter
| int Subscription::expirationCounter |
◆ groupID
| String Subscription::groupID |
◆ latestNotify
| bool Subscription::latestNotify |
◆ notificationContentType
◆ notificationEventCat
| String Subscription::notificationEventCat |
◆ notificationForwardingURI
| String Subscription::notificationForwardingURI |
◆ notificationStoragePriority
| int Subscription::notificationStoragePriority |
◆ notificationURI
| std::list<String> Subscription::notificationURI |
◆ pendingNotification
| int Subscription::pendingNotification |
◆ preSubscriptionNotify
| int Subscription::preSubscriptionNotify |
◆ subscriberURI
| String Subscription::subscriberURI |
The documentation for this struct was generated from the following files: