LOM2M  0.8.0
Public Member Functions | Public Attributes | List of all members
Notification Struct Reference

#include <Notify.h>

Public Member Functions

 Notification ()
 
NotificationEventTypegetNet ()
 
void setNet (NotificationEventType &net)
 
bool getVerificationRequest ()
 
void setVerificationRequest (bool verificationRequest)
 
bool getSubDeletion ()
 
void setSubDeletion (bool subDeletion)
 
String getSubReference ()
 
void setSubReference (const String &subReference)
 
const String & getCreator ()
 
void setCreator (const String &creator)
 
const String & getNotitificationForwardingUri ()
 
void setNotitificationForwardingUri (const String &notitificationForwardingUri)
 
String & getResource ()
 
void setResource (String &resource)
 
OperationgetOperation ()
 
void setOperation (Operation &operation)
 
const String & getOriginator ()
 
void setOriginator (const String &Originator)
 

Public Attributes

NotificationEventType net
 
bool verificationRequest
 
bool subDeletion
 
String subReference
 
String creator
 
String notitificationForwardingUri
 
String resource
 
Operation operation
 
String Originator
 

Constructor & Destructor Documentation

◆ Notification()

Notification::Notification ( )

Member Function Documentation

◆ getCreator()

const String& Notification::getCreator ( )
inline

◆ getNet()

NotificationEventType& Notification::getNet ( )
inline

◆ getNotitificationForwardingUri()

const String& Notification::getNotitificationForwardingUri ( )
inline

◆ getOperation()

Operation& Notification::getOperation ( )
inline

◆ getOriginator()

const String& Notification::getOriginator ( )
inline

◆ getResource()

String& Notification::getResource ( )
inline

◆ getSubDeletion()

bool Notification::getSubDeletion ( )
inline

◆ getSubReference()

String Notification::getSubReference ( )
inline

◆ getVerificationRequest()

bool Notification::getVerificationRequest ( )
inline

◆ setCreator()

void Notification::setCreator ( const String &  creator)
inline

◆ setNet()

void Notification::setNet ( NotificationEventType net)
inline

◆ setNotitificationForwardingUri()

void Notification::setNotitificationForwardingUri ( const String &  notitificationForwardingUri)
inline

◆ setOperation()

void Notification::setOperation ( Operation operation)
inline

◆ setOriginator()

void Notification::setOriginator ( const String &  Originator)
inline

◆ setResource()

void Notification::setResource ( String &  resource)
inline

◆ setSubDeletion()

void Notification::setSubDeletion ( bool  subDeletion)
inline

◆ setSubReference()

void Notification::setSubReference ( const String &  subReference)
inline

◆ setVerificationRequest()

void Notification::setVerificationRequest ( bool  verificationRequest)
inline

Member Data Documentation

◆ creator

String Notification::creator

◆ net

NotificationEventType Notification::net

◆ notitificationForwardingUri

String Notification::notitificationForwardingUri

◆ operation

Operation Notification::operation

◆ Originator

String Notification::Originator

◆ resource

String Notification::resource

◆ subDeletion

bool Notification::subDeletion

◆ subReference

String Notification::subReference

◆ verificationRequest

bool Notification::verificationRequest

The documentation for this struct was generated from the following files: