Class ModerationGeneral

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ModerationGeneral.Builder
      Protobuf type streamlayer.sdkSettings.moderation.common.ModerationGeneral
      • 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
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • DEFAULT_COLOR_FIELD_NUMBER

        public static final int DEFAULT_COLOR_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AUTO_HIDE_INTERVAL_FIELD_NUMBER

        public static final int AUTO_HIDE_INTERVAL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INSIGHTS_HISTORY_ENABLED_FIELD_NUMBER

        public static final int INSIGHTS_HISTORY_ENABLED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PICK_HISTORY_ENABLED_FIELD_NUMBER

        public static final int PICK_HISTORY_ENABLED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CORRECT_FEEDBACKS_FIELD_NUMBER

        public static final int CORRECT_FEEDBACKS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INCORRECT_FEEDBACKS_FIELD_NUMBER

        public static final int INCORRECT_FEEDBACKS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • getDefaultColor

        public java.lang.String getDefaultColor()
        string default_color = 1 [json_name = "defaultColor"];
        Specified by:
        getDefaultColor in interface ModerationGeneralOrBuilder
        Returns:
        The defaultColor.
      • getDefaultColorBytes

        public com.google.protobuf.ByteString getDefaultColorBytes()
        string default_color = 1 [json_name = "defaultColor"];
        Specified by:
        getDefaultColorBytes in interface ModerationGeneralOrBuilder
        Returns:
        The bytes for defaultColor.
      • getPoints

        public int getPoints()
         used for trivia by defaults
         
        uint32 points = 2 [json_name = "points"];
        Specified by:
        getPoints in interface ModerationGeneralOrBuilder
        Returns:
        The points.
      • getAutoHideInterval

        public long getAutoHideInterval()
        uint64 auto_hide_interval = 3 [json_name = "autoHideInterval"];
        Specified by:
        getAutoHideInterval in interface ModerationGeneralOrBuilder
        Returns:
        The autoHideInterval.
      • getInsightsHistoryEnabled

        public boolean getInsightsHistoryEnabled()
        bool insights_history_enabled = 4 [json_name = "insightsHistoryEnabled"];
        Specified by:
        getInsightsHistoryEnabled in interface ModerationGeneralOrBuilder
        Returns:
        The insightsHistoryEnabled.
      • getPickHistoryEnabled

        public boolean getPickHistoryEnabled()
         points/no points
         
        bool pick_history_enabled = 5 [json_name = "pickHistoryEnabled"];
        Specified by:
        getPickHistoryEnabled in interface ModerationGeneralOrBuilder
        Returns:
        The pickHistoryEnabled.
      • getCorrectFeedbacksOrBuilderList

        public java.util.List<? extends AnswerFeedbackOrBuilder> getCorrectFeedbacksOrBuilderList()
        repeated .streamlayer.interactive.AnswerFeedback correct_feedbacks = 6 [json_name = "correctFeedbacks"];
      • getCorrectFeedbacksCount

        public int getCorrectFeedbacksCount()
        repeated .streamlayer.interactive.AnswerFeedback correct_feedbacks = 6 [json_name = "correctFeedbacks"];
        Specified by:
        getCorrectFeedbacksCount in interface ModerationGeneralOrBuilder
      • getCorrectFeedbacksOrBuilder

        public AnswerFeedbackOrBuilder getCorrectFeedbacksOrBuilder​(int index)
        repeated .streamlayer.interactive.AnswerFeedback correct_feedbacks = 6 [json_name = "correctFeedbacks"];
      • getIncorrectFeedbacksOrBuilderList

        public java.util.List<? extends AnswerFeedbackOrBuilder> getIncorrectFeedbacksOrBuilderList()
        repeated .streamlayer.interactive.AnswerFeedback incorrect_feedbacks = 7 [json_name = "incorrectFeedbacks"];
      • getIncorrectFeedbacksCount

        public int getIncorrectFeedbacksCount()
        repeated .streamlayer.interactive.AnswerFeedback incorrect_feedbacks = 7 [json_name = "incorrectFeedbacks"];
        Specified by:
        getIncorrectFeedbacksCount in interface ModerationGeneralOrBuilder
      • getIncorrectFeedbacksOrBuilder

        public AnswerFeedbackOrBuilder getIncorrectFeedbacksOrBuilder​(int index)
        repeated .streamlayer.interactive.AnswerFeedback incorrect_feedbacks = 7 [json_name = "incorrectFeedbacks"];
      • parseFrom

        public static ModerationGeneral parseFrom​(java.nio.ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ModerationGeneral parseFrom​(java.nio.ByteBuffer data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ModerationGeneral parseFrom​(com.google.protobuf.ByteString data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ModerationGeneral parseFrom​(com.google.protobuf.ByteString data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ModerationGeneral parseFrom​(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ModerationGeneral parseFrom​(byte[] data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ModerationGeneral parseFrom​(java.io.InputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static ModerationGeneral parseFrom​(java.io.InputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static ModerationGeneral parseDelimitedFrom​(java.io.InputStream input)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static ModerationGeneral parseDelimitedFrom​(java.io.InputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static ModerationGeneral parseFrom​(com.google.protobuf.CodedInputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static ModerationGeneral parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • dynamicMethod

        protected final java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
                                                       java.lang.Object arg0,
                                                       java.lang.Object arg1)
        Specified by:
        dynamicMethod in class com.google.protobuf.GeneratedMessageLite<ModerationGeneral,​ModerationGeneral.Builder>