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 intgetInterval()uint32 interval = 2 [json_name = "interval"];com.google.protobuf.TimestampgetNextPostTime().google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];QuestionAutoPostStategetState().streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];intgetStateValue().streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];booleanhasNextPostTime().google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];
-
-
-
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.
-
-