Interface TotalInteractionsResponse.TotalResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Category getCategory()
      .streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];
      int getCategoryValue()
      .streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];
      long getCount()
      uint64 count = 2 [json_name = "count"];
      long getEventId()
      uint64 event_id = 1 [json_name = "eventId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getEventId

        long getEventId()
        uint64 event_id = 1 [json_name = "eventId"];
        Returns:
        The eventId.
      • getCount

        long getCount()
        uint64 count = 2 [json_name = "count"];
        Returns:
        The count.
      • getCategoryValue

        int getCategoryValue()
        .streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];
        Returns:
        The enum numeric value on the wire for category.
      • getCategory

        Category getCategory()
        .streamlayer.analytics.v1.common.Category category = 3 [json_name = "category"];
        Returns:
        The category.