nx_cloud_storage_sdk  1.0
Cloud Storage SDK
Public Member Functions | Protected Member Functions | List of all members
nx::sdk::SettingsResponse Class Reference
Inheritance diagram for nx::sdk::SettingsResponse:
nx::sdk::RefCountable< ISettingsResponse > nx::sdk::ISettingsResponse nx::sdk::Interface< ISettingsResponse, ISettingsResponse0 > nx::sdk::ISettingsResponse0 nx::sdk::Interface< ISettingsResponse0 > nx::sdk::IRefCountable

Public Member Functions

 SettingsResponse (Ptr< StringMap > values, Ptr< StringMap > errors=nullptr, Ptr< String > model=nullptr)
 
void setValue (std::string key, std::string value)
 
void setError (std::string key, std::string value)
 
void setValues (Ptr< StringMap > values)
 
void setErrors (Ptr< StringMap > errors)
 
void setModel (Ptr< String > model)
 
void setModel (std::string model)
 
- Public Member Functions inherited from nx::sdk::RefCountable< ISettingsResponse >
 RefCountable (const RefCountable &)=delete
 
 RefCountable (RefCountable &&)=delete
 
RefCountableoperator= (const RefCountable &)=delete
 
RefCountableoperator= (RefCountable &&)=delete
 
virtual int addRef () const override
 
virtual int releaseRef () const override
 
int refCount () const
 
- Public Member Functions inherited from nx::sdk::ISettingsResponse
Ptr< IStringmodel () const
 
- Public Member Functions inherited from nx::sdk::Interface< ISettingsResponse, ISettingsResponse0 >
virtual IRefCountablequeryInterface (const InterfaceId *id)
 
Ptr< InterfacequeryInterface ()
 
Ptr< const InterfacequeryInterface () const
 
- Public Member Functions inherited from nx::sdk::ISettingsResponse0
Ptr< IStringMapvalues () const
 
Ptr< IStringMaperrors () const
 
- Public Member Functions inherited from nx::sdk::Interface< ISettingsResponse0 >
virtual IRefCountablequeryInterface (const InterfaceId *id)
 
Ptr< InterfacequeryInterface ()
 
Ptr< const InterfacequeryInterface () const
 
- Public Member Functions inherited from nx::sdk::IRefCountable
virtual ~IRefCountable ()=default
 
template<class Interface >
Ptr< InterfacequeryInterface ()
 
template<class Interface >
Ptr< const InterfacequeryInterface () const
 
int refCountThreadUnsafe () const
 

Protected Member Functions

virtual IStringMapgetValues () const override
 
virtual IStringMapgetErrors () const override
 
virtual IStringgetModel () const override
 
- Protected Member Functions inherited from nx::sdk::Interface< ISettingsResponse, ISettingsResponse0 >
virtual IRefCountablequeryInterface (const IRefCountable::InterfaceId *id) override
 
IRefCountablequeryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId)
 
- Protected Member Functions inherited from nx::sdk::Interface< ISettingsResponse0 >
IRefCountablequeryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId)
 

Additional Inherited Members

- Static Public Member Functions inherited from nx::sdk::ISettingsResponse
static auto interfaceId ()
 
- Static Public Member Functions inherited from nx::sdk::ISettingsResponse0
static auto interfaceId ()
 
- Static Public Member Functions inherited from nx::sdk::IRefCountable
static auto interfaceId ()
 
- Static Protected Member Functions inherited from nx::sdk::IRefCountable
template<int len>
static constexpr const InterfaceIdmakeId (const char(&charArray)[len])
 
template<class TemplateInstance , class TemplateArg , int len>
static const InterfaceIdmakeIdForTemplate (const char(&baseIdCharArray)[len])
 

Member Function Documentation

◆ getErrors()

IStringMap * nx::sdk::SettingsResponse::getErrors ( ) const
overrideprotectedvirtual

Called by errors()

Implements nx::sdk::ISettingsResponse0.

◆ getModel()

IString * nx::sdk::SettingsResponse::getModel ( ) const
overrideprotectedvirtual

Called by model()

Implements nx::sdk::ISettingsResponse.

◆ getValues()

IStringMap * nx::sdk::SettingsResponse::getValues ( ) const
overrideprotectedvirtual

Called by values()

Implements nx::sdk::ISettingsResponse0.


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