Interface SessionDurationAvgRequest.SessionDurationAvgFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Category getCategories​(int index)
      repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];
      int getCategoriesCount()
      repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];
      java.util.List<Category> getCategoriesList()
      repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];
      int getCategoriesValue​(int index)
      repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];
      java.util.List<java.lang.Integer> getCategoriesValueList()
      repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];
      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.
      • getCategoriesList

        java.util.List<Category> getCategoriesList()
        repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];
        Returns:
        A list containing the categories.
      • getCategoriesCount

        int getCategoriesCount()
        repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];
        Returns:
        The count of categories.
      • getCategories

        Category getCategories​(int index)
        repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The categories at the given index.
      • getCategoriesValueList

        java.util.List<java.lang.Integer> getCategoriesValueList()
        repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];
        Returns:
        A list containing the enum numeric values on the wire for categories.
      • getCategoriesValue

        int getCategoriesValue​(int index)
        repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of categories at the given index.