Interface QuestionAutoPostOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getInterval()
      uint32 interval = 2 [json_name = "interval"];
      com.google.protobuf.Timestamp getNextPostTime()
      .google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];
      QuestionAutoPostState getState()
      .streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];
      int getStateValue()
      .streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];
      boolean hasNextPostTime()
      .google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getStateValue

        int getStateValue()
        .streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];
        Returns:
        The enum numeric value on the wire for state.
      • getState

        QuestionAutoPostState getState()
        .streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];
        Returns:
        The state.
      • getInterval

        int getInterval()
        uint32 interval = 2 [json_name = "interval"];
        Returns:
        The interval.
      • hasNextPostTime

        boolean hasNextPostTime()
        .google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];
        Returns:
        Whether the nextPostTime field is set.
      • getNextPostTime

        com.google.protobuf.Timestamp getNextPostTime()
        .google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];
        Returns:
        The nextPostTime.