Package com.streamlayer.interactive.game
Interface SetAutoPostRequest.SetAutoPostRequestDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SetAutoPostRequest.SetAutoPostRequestData,SetAutoPostRequest.SetAutoPostRequestData.Builder
- Enclosing class:
- SetAutoPostRequest
public static interface SetAutoPostRequest.SetAutoPostRequestDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInterval()int32 interval = 2 [json_name = "interval"];QuestionAutoPostStartgetStartMode().streamlayer.interactive.QuestionAutoPostStart start_mode = 3 [json_name = "startMode"];intgetStartModeValue().streamlayer.interactive.QuestionAutoPostStart start_mode = 3 [json_name = "startMode"];QuestionAutoPostStartOptionsgetStartOptions().streamlayer.interactive.QuestionAutoPostStartOptions start_options = 4 [json_name = "startOptions"];QuestionAutoPostStategetState().streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];intgetStateValue().streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];booleanhasStartOptions().streamlayer.interactive.QuestionAutoPostStartOptions start_options = 4 [json_name = "startOptions"];
-
-
-
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.
-
-