Interface SetAutoPostRequest.SetAutoPostRequestDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getInterval()
      int32 interval = 2 [json_name = "interval"];
      QuestionAutoPostState getState()
      .streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];
      int getStateValue()
      .streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];
      • 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.