Interface QuestionSubscriptionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    QuestionSubscription, QuestionSubscription.Builder

    public interface QuestionSubscriptionOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ExtendedQuestion getQuestion()
      .streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];
      boolean hasQuestion()
      .streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasQuestion

        boolean hasQuestion()
        .streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];
        Returns:
        Whether the question field is set.
      • getQuestion

        ExtendedQuestion getQuestion()
        .streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];
        Returns:
        The question.