Interface SessionDurationAvgRequest.SessionDurationAvgFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SessionDurationAvgRequest.SessionDurationAvgFilter,SessionDurationAvgRequest.SessionDurationAvgFilter.Builder
- Enclosing class:
- SessionDurationAvgRequest
public static interface SessionDurationAvgRequest.SessionDurationAvgFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CategorygetCategories(int index)repeated .streamlayer.analytics.v1.common.Category categories = 2 [json_name = "categories"];intgetCategoriesCount()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"];intgetCategoriesValue(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"];longgetEventId()uint64 event_id = 1 [json_name = "eventId"];
-
-
-
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.
-
-