All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.interactive.common.AnswerVotesStatsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.120.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/interactive/interactive.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;

public interface AnswerVotesStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.AnswerVotesStats)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string answer_id = 1 [json_name = "answerId"];
   * @return The answerId.
   */
  java.lang.String getAnswerId();
  /**
   * string answer_id = 1 [json_name = "answerId"];
   * @return The bytes for answerId.
   */
  com.google.protobuf.ByteString
      getAnswerIdBytes();

  /**
   * .streamlayer.interactive.AnswerVotesStats.AnswerVotesData votes = 2 [json_name = "votes"];
   * @return Whether the votes field is set.
   */
  boolean hasVotes();
  /**
   * .streamlayer.interactive.AnswerVotesStats.AnswerVotesData votes = 2 [json_name = "votes"];
   * @return The votes.
   */
  com.streamlayer.interactive.common.AnswerVotesStats.AnswerVotesData getVotes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy