#include "EntityInformation.h"
◆ EntityInformation() [1/3]
| ot::EntityInformation::EntityInformation |
( |
| ) |
|
◆ EntityInformation() [2/3]
| ot::EntityInformation::EntityInformation |
( |
EntityBase * | _entity | ) |
|
◆ EntityInformation() [3/3]
◆ ~EntityInformation()
| ot::EntityInformation::~EntityInformation |
( |
| ) |
|
|
virtual |
◆ addToJsonObject()
Add the object contents to the provided JSON object.
- Parameters
-
| _object | Json object reference to write the data to. |
| _allocator | Allocator. |
Reimplemented from ot::BasicEntityInformation.
◆ getEntityType()
| const std::string & ot::EntityInformation::getEntityType |
( |
void | | ) |
const |
|
inline |
◆ operator=()
◆ setEntityType()
| void ot::EntityInformation::setEntityType |
( |
std::string | _type | ) |
|
|
inline |
◆ setFromJsonObject()
Set the object contents from the provided JSON object.
- Parameters
-
| _object | The JSON object containing the information. |
- Exceptions
-
| May | throw an exception if the provided object is not valid (members missing or invalid types). |
Reimplemented from ot::BasicEntityInformation.
The documentation for this class was generated from the following files: