Class RuleEventSetting

java.lang.Object
com.uc4.api.objects.RuleEventSetting

public class RuleEventSetting extends Object
Settings of an IAEvent
  • Constructor Details

    • RuleEventSetting

      public RuleEventSetting()
  • Method Details

    • 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 Map<String,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