Class QuestionAutoPost
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<QuestionAutoPost,QuestionAutoPost.Builder>
-
- com.streamlayer.interactive.common.QuestionAutoPost
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,QuestionAutoPostOrBuilder
public final class QuestionAutoPost extends com.google.protobuf.GeneratedMessageLite<QuestionAutoPost,QuestionAutoPost.Builder> implements QuestionAutoPostOrBuilder
Protobuf typestreamlayer.interactive.QuestionAutoPost
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuestionAutoPost.BuilderProtobuf typestreamlayer.interactive.QuestionAutoPost-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intINTERVAL_FIELD_NUMBERstatic intNEXT_POST_TIME_FIELD_NUMBERstatic intSTART_MODE_FIELD_NUMBERstatic intSTART_OPTIONS_FIELD_NUMBERstatic intSTATE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)static QuestionAutoPostgetDefaultInstance()intgetInterval()uint32 interval = 2 [json_name = "interval"];com.google.protobuf.TimestampgetNextPostTime().google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];QuestionAutoPostStartgetStartMode().streamlayer.interactive.QuestionAutoPostStart start_mode = 4 [json_name = "startMode"];intgetStartModeValue().streamlayer.interactive.QuestionAutoPostStart start_mode = 4 [json_name = "startMode"];QuestionAutoPostStartOptionsgetStartOptions().streamlayer.interactive.QuestionAutoPostStartOptions start_options = 5 [json_name = "startOptions"];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"];booleanhasStartOptions().streamlayer.interactive.QuestionAutoPostStartOptions start_options = 5 [json_name = "startOptions"];static QuestionAutoPost.BuildernewBuilder()static QuestionAutoPost.BuildernewBuilder(QuestionAutoPost prototype)static QuestionAutoPostparseDelimitedFrom(java.io.InputStream input)static QuestionAutoPostparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuestionAutoPostparseFrom(byte[] data)static QuestionAutoPostparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuestionAutoPostparseFrom(com.google.protobuf.ByteString data)static QuestionAutoPostparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuestionAutoPostparseFrom(com.google.protobuf.CodedInputStream input)static QuestionAutoPostparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuestionAutoPostparseFrom(java.io.InputStream input)static QuestionAutoPostparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuestionAutoPostparseFrom(java.nio.ByteBuffer data)static QuestionAutoPostparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<QuestionAutoPost>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTERVAL_FIELD_NUMBER
public static final int INTERVAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NEXT_POST_TIME_FIELD_NUMBER
public static final int NEXT_POST_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_MODE_FIELD_NUMBER
public static final int START_MODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_OPTIONS_FIELD_NUMBER
public static final int START_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStateValue
public int getStateValue()
.streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];- Specified by:
getStateValuein interfaceQuestionAutoPostOrBuilder- Returns:
- The enum numeric value on the wire for state.
-
getState
public QuestionAutoPostState getState()
.streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];- Specified by:
getStatein interfaceQuestionAutoPostOrBuilder- Returns:
- The state.
-
getInterval
public int getInterval()
uint32 interval = 2 [json_name = "interval"];- Specified by:
getIntervalin interfaceQuestionAutoPostOrBuilder- Returns:
- The interval.
-
hasNextPostTime
public boolean hasNextPostTime()
.google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];- Specified by:
hasNextPostTimein interfaceQuestionAutoPostOrBuilder- Returns:
- Whether the nextPostTime field is set.
-
getNextPostTime
public com.google.protobuf.Timestamp getNextPostTime()
.google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];- Specified by:
getNextPostTimein interfaceQuestionAutoPostOrBuilder- Returns:
- The nextPostTime.
-
getStartModeValue
public int getStartModeValue()
.streamlayer.interactive.QuestionAutoPostStart start_mode = 4 [json_name = "startMode"];- Specified by:
getStartModeValuein interfaceQuestionAutoPostOrBuilder- Returns:
- The enum numeric value on the wire for startMode.
-
getStartMode
public QuestionAutoPostStart getStartMode()
.streamlayer.interactive.QuestionAutoPostStart start_mode = 4 [json_name = "startMode"];- Specified by:
getStartModein interfaceQuestionAutoPostOrBuilder- Returns:
- The startMode.
-
hasStartOptions
public boolean hasStartOptions()
.streamlayer.interactive.QuestionAutoPostStartOptions start_options = 5 [json_name = "startOptions"];- Specified by:
hasStartOptionsin interfaceQuestionAutoPostOrBuilder- Returns:
- Whether the startOptions field is set.
-
getStartOptions
public QuestionAutoPostStartOptions getStartOptions()
.streamlayer.interactive.QuestionAutoPostStartOptions start_options = 5 [json_name = "startOptions"];- Specified by:
getStartOptionsin interfaceQuestionAutoPostOrBuilder- Returns:
- The startOptions.
-
parseFrom
public static QuestionAutoPost parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionAutoPost parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionAutoPost parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionAutoPost parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionAutoPost parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionAutoPost parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionAutoPost parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static QuestionAutoPost parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static QuestionAutoPost parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static QuestionAutoPost parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static QuestionAutoPost parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static QuestionAutoPost parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static QuestionAutoPost.Builder newBuilder()
-
newBuilder
public static QuestionAutoPost.Builder newBuilder(QuestionAutoPost prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<QuestionAutoPost,QuestionAutoPost.Builder>
-
getDefaultInstance
public static QuestionAutoPost getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<QuestionAutoPost> parser()
-
-