Interface CountByCategoryResponse.CountByCategoryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCount()
      uint32 count = 1 [json_name = "count"];
      TemplateUIType getUiType()
      .streamlayer.interactive.library.TemplateUIType ui_type = 2 [json_name = "uiType"];
      int getUiTypeValue()
      .streamlayer.interactive.library.TemplateUIType ui_type = 2 [json_name = "uiType"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.