Interface SetAutoPostRequest.SetAutoPostRequestDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getInterval()
      int32 interval = 2 [json_name = "interval"];
      QuestionAutoPostStart getStartMode()
      .streamlayer.interactive.QuestionAutoPostStart start_mode = 3 [json_name = "startMode"];
      int getStartModeValue()
      .streamlayer.interactive.QuestionAutoPostStart start_mode = 3 [json_name = "startMode"];
      QuestionAutoPostStartOptions getStartOptions()
      .streamlayer.interactive.QuestionAutoPostStartOptions start_options = 4 [json_name = "startOptions"];
      QuestionAutoPostState getState()
      .streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];
      int getStateValue()
      .streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];
      boolean hasStartOptions()
      .streamlayer.interactive.QuestionAutoPostStartOptions start_options = 4 [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()
        int32 interval = 2 [json_name = "interval"];
        Returns:
        The interval.
      • getStartModeValue

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

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

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

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