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"];
      QuestionAutoPostStart getStartMode()
      .streamlayer.interactive.QuestionAutoPostStart start_mode = 4 [json_name = "startMode"];
      int getStartModeValue()
      .streamlayer.interactive.QuestionAutoPostStart start_mode = 4 [json_name = "startMode"];
      QuestionAutoPostStartOptions getStartOptions()
      .streamlayer.interactive.QuestionAutoPostStartOptions start_options = 5 [json_name = "startOptions"];
      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"];
      boolean hasStartOptions()
      .streamlayer.interactive.QuestionAutoPostStartOptions start_options = 5 [json_name = "startOptions"];
      • 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.
      • getStartModeValue

        int getStartModeValue()
        .streamlayer.interactive.QuestionAutoPostStart start_mode = 4 [json_name = "startMode"];
        Returns:
        The enum numeric value on the wire for startMode.
      • getStartMode

        QuestionAutoPostStart getStartMode()
        .streamlayer.interactive.QuestionAutoPostStart start_mode = 4 [json_name = "startMode"];
        Returns:
        The startMode.
      • hasStartOptions

        boolean hasStartOptions()
        .streamlayer.interactive.QuestionAutoPostStartOptions start_options = 5 [json_name = "startOptions"];
        Returns:
        Whether the startOptions field is set.
      • getStartOptions

        QuestionAutoPostStartOptions getStartOptions()
        .streamlayer.interactive.QuestionAutoPostStartOptions start_options = 5 [json_name = "startOptions"];
        Returns:
        The startOptions.