Class ServiceCallEvent

java.lang.Object
com.aquima.interactions.portal.model.def.ServiceCallEvent

public class ServiceCallEvent extends Object
Class containing an event for a service call.
Since:
7.3
Author:
Jon van Leuven
  • Constructor Details

    • ServiceCallEvent

      protected ServiceCallEvent(String label, String typeName)
  • Method Details

    • getLabel

      public String getLabel()
      This method returns the label of the event.
      Returns:
      The label of the event, never null or empty.
    • getTypeName

      public String getTypeName()
      This method returns the event type name.
      Returns:
      The event type name, never null or empty.
    • toString

      public String toString()
      Overrides:
      toString in class Object