Class DataEventSummaryItem

java.lang.Object
com.intercom.api.types.DataEventSummaryItem

public final class DataEventSummaryItem extends Object
  • Method Details

    • getName

      public String getName()
      Returns:
      The name of the event
    • getFirst

      public String getFirst()
      Returns:
      The first time the event was sent
    • getLast

      public String getLast()
      Returns:
      The last time the event was sent
    • getCount

      public int getCount()
      Returns:
      The number of times the event was sent
    • getDescription

      public Optional<String> getDescription()
      Returns:
      The description of the event
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static DataEventSummaryItem.NameStage builder()