main.java.com.streamlayer.interactive.common.AnswerVotesStatsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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();
}