Class AutomationQueueInsightByEventType

java.lang.Object
com.codebarrel.automation.api.domain.AutomationQueueInsightByEventType

public class AutomationQueueInsightByEventType extends Object
  • Constructor Details

    • AutomationQueueInsightByEventType

      public AutomationQueueInsightByEventType()
    • AutomationQueueInsightByEventType

      public AutomationQueueInsightByEventType(String eventType, long count)
  • Method Details

    • getEventType

      public String getEventType()
    • setEventType

      public void setEventType(String eventType)
    • getCount

      public long getCount()
    • setCount

      public void setCount(long count)
    • toString

      public String toString()
      Overrides:
      toString in class Object