Package com.uc4.api.objects
Class RuleEventSetting
java.lang.Object
com.uc4.api.objects.RuleEventSetting
Settings of an IAEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides a Map with all Value-Key pairs for this IA EventgetHost()
Provides the name of the host destinationProvides the Store object which this Event is linked to.void
setHost
(UC4HostName host) Set the host destinationvoid
setStoreName
(UC4ObjectName storeName) Sets the Store object which this Event is linked to.
-
Constructor Details
-
RuleEventSetting
public RuleEventSetting()
-
-
Method Details
-
getStoreName
Provides the Store object which this Event is linked to.- Returns:
- A Store object.
-
setStoreName
Sets the Store object which this Event is linked to.- Parameters:
storeName
- name of a Store object.
-
getEventKeyValues
Provides a Map with all Value-Key pairs for this IA Event- Returns:
- map with key-value pairs
-
setHost
Set the host destination- Parameters:
host
- name of the host
-
getHost
Provides the name of the host destination- Returns:
- host name object
-