Interface AnswerVotesStats.AnswerVotesDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCount()
      uint32 count = 1 [json_name = "count"];
      int getPercentage()
      uint32 percentage = 2 [json_name = "percentage"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCount

        int getCount()
        uint32 count = 1 [json_name = "count"];
        Returns:
        The count.
      • getPercentage

        int getPercentage()
        uint32 percentage = 2 [json_name = "percentage"];
        Returns:
        The percentage.