Interface SetCorrectAnswerRequest.SetCorrectAnswerRequestDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAnswerId()
      string answer_id = 2 [json_name = "answerId"];
      com.google.protobuf.ByteString getAnswerIdBytes()
      string answer_id = 2 [json_name = "answerId"];
      java.lang.String getQuestionId()
      string question_id = 1 [json_name = "questionId"];
      com.google.protobuf.ByteString getQuestionIdBytes()
      string question_id = 1 [json_name = "questionId"];
      com.google.protobuf.Timestamp getStreamTimestamp()
      .google.protobuf.Timestamp stream_timestamp = 3 [json_name = "streamTimestamp"];
      boolean hasStreamTimestamp()
      .google.protobuf.Timestamp stream_timestamp = 3 [json_name = "streamTimestamp"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getQuestionId

        java.lang.String getQuestionId()
        string question_id = 1 [json_name = "questionId"];
        Returns:
        The questionId.
      • getQuestionIdBytes

        com.google.protobuf.ByteString getQuestionIdBytes()
        string question_id = 1 [json_name = "questionId"];
        Returns:
        The bytes for questionId.
      • getAnswerId

        java.lang.String getAnswerId()
        string answer_id = 2 [json_name = "answerId"];
        Returns:
        The answerId.
      • getAnswerIdBytes

        com.google.protobuf.ByteString getAnswerIdBytes()
        string answer_id = 2 [json_name = "answerId"];
        Returns:
        The bytes for answerId.
      • hasStreamTimestamp

        boolean hasStreamTimestamp()
        .google.protobuf.Timestamp stream_timestamp = 3 [json_name = "streamTimestamp"];
        Returns:
        Whether the streamTimestamp field is set.
      • getStreamTimestamp

        com.google.protobuf.Timestamp getStreamTimestamp()
        .google.protobuf.Timestamp stream_timestamp = 3 [json_name = "streamTimestamp"];
        Returns:
        The streamTimestamp.