Interface CountByCategoryResponse.CountByCategoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CountByCategoryResponse.CountByCategory,CountByCategoryResponse.CountByCategory.Builder
- Enclosing class:
- CountByCategoryResponse
public static interface CountByCategoryResponse.CountByCategoryOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCount()uint32 count = 1 [json_name = "count"];TemplateUITypegetUiType().streamlayer.interactive.library.TemplateUIType ui_type = 2 [json_name = "uiType"];intgetUiTypeValue().streamlayer.interactive.library.TemplateUIType ui_type = 2 [json_name = "uiType"];
-
-
-
Method Detail
-
getCount
int getCount()
uint32 count = 1 [json_name = "count"];- Returns:
- The count.
-
getUiTypeValue
int getUiTypeValue()
.streamlayer.interactive.library.TemplateUIType ui_type = 2 [json_name = "uiType"];- Returns:
- The enum numeric value on the wire for uiType.
-
getUiType
TemplateUIType getUiType()
.streamlayer.interactive.library.TemplateUIType ui_type = 2 [json_name = "uiType"];- Returns:
- The uiType.
-
-