Class PersonaStat

Inheritance Relationships

Base Type

Class Documentation

class PersonaStat : public axr::sdk::EntityBase

Public Functions

inline PersonaStat()
inline PersonaStat(const PersonaStat &value)
inline PersonaStat(PersonaStat &&value)
inline virtual ~PersonaStat()
inline virtual PersonaStat &SetProperties(const std::map<utility::string_t, Variant> &value) override

Sets the object’s underlying map of stored values.

inline virtual PersonaStat &SetProperties(std::map<utility::string_t, Variant> &&value) override

Sets the underlying map of stored values for the object.

inline virtual PersonaStat &SetProperty(const utility::char_t *name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual PersonaStat &SetProperty(const utility::string_t &name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual PersonaStat &SetRemoteUrl(const utility::string_t &url) override

Returns the URL of the remote server endpoint where the object is managed.

inline virtual PersonaStat &SetUid(const utility::string_t &value) override

Sets the value of the Uid property.

Parameters

value – The value to set.

inline virtual PersonaStat &SetDateCreated(const datetime &value) override

Sets the value of the DateCreated property.

Parameters

value – The value to set.

inline virtual PersonaStat &SetDateModified(const datetime &value) override

Sets the value of the DateModified property.

Parameters

value – The value to set.

inline virtual PersonaStat &SetVersion(const uint64_t value) override

Sets the value of the Version property.

Parameters

value – The value to set.

virtual void Validate() override
utility::string_t GetStatUid() const

Returns the value of the StatUid property as a utility::string_t.

PersonaStat &SetStatUid(const utility::string_t &value)

Sets the value of the StatUid property.

Parameters

value – The value to set.

utility::string_t GetPersonaUid() const

Returns the value of the PersonaUid property as a utility::string_t.

PersonaStat &SetPersonaUid(const utility::string_t &value)

Sets the value of the PersonaUid property.

Parameters

value – The value to set.

Variant GetValue() const

Returns the value of the json::Value property.

template<class T>
inline T GetValue() const

Returns the value of the json::Value property.

PersonaStat &SetValue(const Variant &value)

Sets the value of the json::Value property.

Parameters

value – The value to set.

template<>
inline bool GetValue() const

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.