Package com.uc4.api.objects
Class RuleEventSetting
- java.lang.Object
-
- com.uc4.api.objects.RuleEventSetting
-
public class RuleEventSetting extends java.lang.Object
Settings of an IAEvent
-
-
Constructor Summary
Constructors Constructor Description RuleEventSetting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getEventKeyValues()
Provides a Map with all Value-Key pairs for this IA EventUC4HostName
getHost()
Provides the name of the host destinationUC4ObjectName
getStoreName()
Provides 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.
-
-
-
Method Detail
-
getStoreName
public UC4ObjectName getStoreName()
Provides the Store object which this Event is linked to.- Returns:
- A Store object.
-
setStoreName
public void setStoreName(UC4ObjectName storeName)
Sets the Store object which this Event is linked to.- Parameters:
storeName
- name of a Store object.
-
getEventKeyValues
public java.util.Map<java.lang.String,java.lang.String> getEventKeyValues()
Provides a Map with all Value-Key pairs for this IA Event- Returns:
- map with key-value pairs
-
setHost
public void setHost(UC4HostName host)
Set the host destination- Parameters:
host
- name of the host
-
getHost
public UC4HostName getHost()
Provides the name of the host destination- Returns:
- host name object
-
-