Class Event

Inheritance Relationships

Base Type

Class Documentation

class Event : public axr::sdk::ModelBase

Public Functions

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

Sets the object’s underlying map of stored values.

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

Sets the underlying map of stored values for the object.

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

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

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

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

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

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

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

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

Event &SetEnvironment(const utility::string_t &value)

Sets the value of the Environment property.

Parameters

value – The value to set.

utility::string_t GetOrigin() const

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

Event &SetOrigin(const utility::string_t &value)

Sets the value of the Origin property.

Parameters

value – The value to set.

utility::string_t GetProductUid() const

The uid of the product that the zone is associated with.

Event &SetProductUid(const utility::string_t &value)

The uid of the product that the zone is associated with.

Parameters

value – The value to set.

datetime GetTimestamp() const

Returns the value of the Timestamp property.

Event &SetTimestamp(const datetime value)

Sets the value of the Timestamp property.

Parameters

value – The value to set.

utility::string_t GetType() const

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

Event &SetType(const utility::string_t &value)

Sets the value of the Type property.

Parameters

value – The value to set.

utility::string_t GetUserId() const

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

Event &SetUserId(const utility::string_t &value)

Sets the value of the UserUid property.

Parameters

value – The value to set.

utility::string_t GetUid() const

Returns the value of the uid property.

Event &SetUid(const utility::string_t &value)

Sets the value of the uid property.

Parameters

value – The value to set.

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.