#include "SessionInformation.h"
◆ SessionInformation() [1/6]
SessionInformation::SessionInformation |
( |
| ) |
|
◆ SessionInformation() [2/6]
SessionInformation::SessionInformation |
( |
const std::string & | _id, |
|
|
const std::string & | _sessionServiceURL ) |
◆ SessionInformation() [3/6]
◆ ~SessionInformation() [1/2]
SessionInformation::~SessionInformation |
( |
| ) |
|
|
virtual |
◆ SessionInformation() [4/6]
SessionInformation::SessionInformation |
( |
| ) |
|
◆ SessionInformation() [5/6]
SessionInformation::SessionInformation |
( |
const std::string & | _id, |
|
|
const std::string & | _sessionServiceUrl ) |
◆ SessionInformation() [6/6]
◆ ~SessionInformation() [2/2]
virtual SessionInformation::~SessionInformation |
( |
| ) |
|
|
virtual |
◆ addToJsonObject()
Add the object contents to the provided JSON object.
- Parameters
-
_object | Json object reference |
_allocator | Allocator |
Implements ot::Serializable.
◆ id() [1/2]
const std::string & SessionInformation::id |
( |
void | | ) |
const |
|
inline |
◆ id() [2/2]
const std::string & SessionInformation::id |
( |
void | | ) |
const |
|
inline |
◆ operator!=() [1/2]
◆ operator!=() [2/2]
◆ operator<()
◆ operator<=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==() [1/2]
◆ operator==() [2/2]
◆ operator>()
◆ operator>=()
◆ sessionServiceURL() [1/2]
const std::string & SessionInformation::sessionServiceURL |
( |
void | | ) |
const |
|
inline |
◆ sessionServiceURL() [2/2]
const std::string & SessionInformation::sessionServiceURL |
( |
void | | ) |
const |
|
inline |
◆ setFromJsonObject()
Will set the object contents from the provided JSON object.
- Parameters
-
_object | The JSON object containing the information |
- Exceptions
-
Will | throw an exception if the provided object is not valid (members missing or invalid types) |
Implements ot::Serializable.
◆ setID() [1/2]
void SessionInformation::setID |
( |
const std::string & | _id | ) |
|
|
inline |
◆ setID() [2/2]
void SessionInformation::setID |
( |
const std::string & | _id | ) |
|
|
inline |
◆ setSessionServiceURL() [1/2]
void SessionInformation::setSessionServiceURL |
( |
const std::string & | _url | ) |
|
|
inline |
◆ setSessionServiceURL() [2/2]
void SessionInformation::setSessionServiceURL |
( |
const std::string & | _url | ) |
|
|
inline |
The documentation for this class was generated from the following files: