Describes a HERE Resource Name (HRN) of a layer schema.
More...
#include <Catalog.h>
|
|
| Schema (const Schema &)=default |
| |
|
| Schema (Schema &&)=default |
| |
|
Schema & | operator= (const Schema &)=default |
| |
|
Schema & | operator= (Schema &&)=default |
| |
| const std::string & | GetHrn () const |
| | Gets the HRN of the layer schema.
|
| |
| std::string & | GetMutableHrn () |
| | Gets a mutable reference to the HRN of the layer schema.
|
| |
| void | SetHrn (const std::string &value) |
| | Sets the HRN of the layer schema.
|
| |
Describes a HERE Resource Name (HRN) of a layer schema.
◆ GetHrn()
| const std::string & olp::dataservice::read::model::Schema::GetHrn |
( |
| ) |
const |
|
inline |
Gets the HRN of the layer schema.
- Returns
- The HRN of the layer schema.
◆ GetMutableHrn()
| std::string & olp::dataservice::read::model::Schema::GetMutableHrn |
( |
| ) |
|
|
inline |
Gets a mutable reference to the HRN of the layer schema.
- Returns
- The mutable reference to the HRN of the layer schema.
◆ SetHrn()
| void olp::dataservice::read::model::Schema::SetHrn |
( |
const std::string & |
value | ) |
|
|
inline |
Sets the HRN of the layer schema.
- Parameters
-
| value | The HRN of the layer schema. |
The documentation for this class was generated from the following file:
- olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/model/Catalog.h