olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::dataservice::read::model::Schema Class Reference

Describes a HERE Resource Name (HRN) of a layer schema. More...

#include <Catalog.h>

Public Member Functions

 Schema (const Schema &)=default
 
 Schema (Schema &&)=default
 
Schemaoperator= (const Schema &)=default
 
Schemaoperator= (Schema &&)=default
 
const std::string & GetHrn () const
 Gets the HRN of the layer schema. More...
 
std::string & GetMutableHrn ()
 Gets a mutable reference to the HRN of the layer schema. More...
 
void SetHrn (const std::string &value)
 Sets the HRN of the layer schema. More...
 

Detailed Description

Describes a HERE Resource Name (HRN) of a layer schema.

Member Function Documentation

◆ 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
valueThe HRN of the layer schema.

The documentation for this class was generated from the following file: