Class Event#
Defined in File Event.h
Inheritance Relationships#
Base Type#
public xbe::sdk::ModelBase(Class ModelBase)
Class Documentation#
-
class Event : public xbe::sdk::ModelBase#
Public Functions
-
inline Event()#
-
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
Environmentproperty as autility::string_t.
-
Event &SetEnvironment(const utility::string_t &value)#
Sets the value of the
Environmentproperty.- Parameters:
value – The value to set.
-
utility::string_t GetOrigin() const#
Returns the value of the
Originproperty as autility::string_t.
-
Event &SetOrigin(const utility::string_t &value)#
Sets the value of the
Originproperty.- 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
Typeproperty as autility::string_t.
-
Event &SetType(const utility::string_t &value)#
Sets the value of the
Typeproperty.- Parameters:
value – The value to set.
-
utility::string_t GetUserId() const#
Returns the value of the
UserUidproperty as autility::string_t.
-
Event &SetUserId(const utility::string_t &value)#
Sets the value of the
UserUidproperty.- Parameters:
value – The value to set.
-
utility::string_t GetUid() const#
Returns the value of the
uidproperty.
Public Static Functions
-
static inline const utility::char_t *ClassName()#
Returns the fully qualified name of the class.
-
inline Event()#