Class EventConfig

java.lang.Object
com.avoka.fc.core.event.EventConfig

public class EventConfig extends Object
Contains the configuration for an event and the relevant entry conditions that need to be met
Since:
22.10.0
  • Constructor Details

    • EventConfig

      public EventConfig()
  • Method Details

    • getEntityName

      public String getEntityName()
    • setEntityName

      public void setEntityName(String entityName)
    • getEventType

      public String getEventType()
    • setEventType

      public void setEventType(String eventType)
    • getEntryConditions

      public List<EntryCondition> getEntryConditions()
    • setEntryConditions

      public void setEntryConditions(List<EntryCondition> entryConditions)
    • getServiceConnectionId

      public Long getServiceConnectionId()
    • setServiceConnectionId

      public void setServiceConnectionId(Long serviceConnectionId)