java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.Common
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, CommonOrBuilder

public final class Common extends com.google.protobuf.GeneratedMessageV3 implements CommonOrBuilder
Protobuf type Common
See Also:
  • Field Details

    • METHOD_FIELD_NUMBER

      public static final int METHOD_FIELD_NUMBER
      See Also:
    • MSG_ID_FIELD_NUMBER

      public static final int MSG_ID_FIELD_NUMBER
      See Also:
    • ROOM_ID_FIELD_NUMBER

      public static final int ROOM_ID_FIELD_NUMBER
      See Also:
    • CREATE_TIME_FIELD_NUMBER

      public static final int CREATE_TIME_FIELD_NUMBER
      See Also:
    • MONITOR_FIELD_NUMBER

      public static final int MONITOR_FIELD_NUMBER
      See Also:
    • IS_SHOW_MSG_FIELD_NUMBER

      public static final int IS_SHOW_MSG_FIELD_NUMBER
      See Also:
    • DESCRIBE_FIELD_NUMBER

      public static final int DESCRIBE_FIELD_NUMBER
      See Also:
    • DISPLAY_TEXT_FIELD_NUMBER

      public static final int DISPLAY_TEXT_FIELD_NUMBER
      See Also:
    • FOLD_TYPE_FIELD_NUMBER

      public static final int FOLD_TYPE_FIELD_NUMBER
      See Also:
    • ANCHOR_FOLD_TYPE_FIELD_NUMBER

      public static final int ANCHOR_FOLD_TYPE_FIELD_NUMBER
      See Also:
    • PRIORITYSCORE_FIELD_NUMBER

      public static final int PRIORITYSCORE_FIELD_NUMBER
      See Also:
    • LOGID_FIELD_NUMBER

      public static final int LOGID_FIELD_NUMBER
      See Also:
    • MSGPROCESSFILTERK_FIELD_NUMBER

      public static final int MSGPROCESSFILTERK_FIELD_NUMBER
      See Also:
    • MSGPROCESSFILTERV_FIELD_NUMBER

      public static final int MSGPROCESSFILTERV_FIELD_NUMBER
      See Also:
    • USER_FIELD_NUMBER

      public static final int USER_FIELD_NUMBER
      See Also:
    • ANCHOR_FOLD_TYPE_V2_FIELD_NUMBER

      public static final int ANCHOR_FOLD_TYPE_V2_FIELD_NUMBER
      See Also:
    • PROCESS_AT_SEI_TIME_MS_FIELD_NUMBER

      public static final int PROCESS_AT_SEI_TIME_MS_FIELD_NUMBER
      See Also:
    • RANDOM_DISPATCH_MS_FIELD_NUMBER

      public static final int RANDOM_DISPATCH_MS_FIELD_NUMBER
      See Also:
    • IS_DISPATCH_FIELD_NUMBER

      public static final int IS_DISPATCH_FIELD_NUMBER
      See Also:
    • CHANNEL_ID_FIELD_NUMBER

      public static final int CHANNEL_ID_FIELD_NUMBER
      See Also:
    • DIFF_SEI2ABS_SECOND_FIELD_NUMBER

      public static final int DIFF_SEI2ABS_SECOND_FIELD_NUMBER
      See Also:
    • ANCHOR_FOLD_DURATION_FIELD_NUMBER

      public static final int ANCHOR_FOLD_DURATION_FIELD_NUMBER
      See Also:
    • APP_ID_FIELD_NUMBER

      public static final int APP_ID_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getMethod

      public String getMethod()
      string method = 1;
      Specified by:
      getMethod in interface CommonOrBuilder
      Returns:
      The method.
    • getMethodBytes

      public com.google.protobuf.ByteString getMethodBytes()
      string method = 1;
      Specified by:
      getMethodBytes in interface CommonOrBuilder
      Returns:
      The bytes for method.
    • getMsgId

      public long getMsgId()
      uint64 msg_id = 2;
      Specified by:
      getMsgId in interface CommonOrBuilder
      Returns:
      The msgId.
    • getRoomId

      public long getRoomId()
      uint64 room_id = 3;
      Specified by:
      getRoomId in interface CommonOrBuilder
      Returns:
      The roomId.
    • getCreateTime

      public long getCreateTime()
      uint64 create_time = 4;
      Specified by:
      getCreateTime in interface CommonOrBuilder
      Returns:
      The createTime.
    • getMonitor

      public int getMonitor()
      uint32 monitor = 5;
      Specified by:
      getMonitor in interface CommonOrBuilder
      Returns:
      The monitor.
    • getIsShowMsg

      public boolean getIsShowMsg()
      bool is_show_msg = 6;
      Specified by:
      getIsShowMsg in interface CommonOrBuilder
      Returns:
      The isShowMsg.
    • getDescribe

      public String getDescribe()
      string describe = 7;
      Specified by:
      getDescribe in interface CommonOrBuilder
      Returns:
      The describe.
    • getDescribeBytes

      public com.google.protobuf.ByteString getDescribeBytes()
      string describe = 7;
      Specified by:
      getDescribeBytes in interface CommonOrBuilder
      Returns:
      The bytes for describe.
    • hasDisplayText

      public boolean hasDisplayText()
      .Text display_text = 8;
      Specified by:
      hasDisplayText in interface CommonOrBuilder
      Returns:
      Whether the displayText field is set.
    • getDisplayText

      public Text getDisplayText()
      .Text display_text = 8;
      Specified by:
      getDisplayText in interface CommonOrBuilder
      Returns:
      The displayText.
    • getDisplayTextOrBuilder

      public TextOrBuilder getDisplayTextOrBuilder()
      .Text display_text = 8;
      Specified by:
      getDisplayTextOrBuilder in interface CommonOrBuilder
    • getFoldType

      public long getFoldType()
        DisplayText displayText = 8;
       
      uint64 fold_type = 9;
      Specified by:
      getFoldType in interface CommonOrBuilder
      Returns:
      The foldType.
    • getAnchorFoldType

      public long getAnchorFoldType()
      uint64 anchor_fold_type = 10;
      Specified by:
      getAnchorFoldType in interface CommonOrBuilder
      Returns:
      The anchorFoldType.
    • getPriorityScore

      public long getPriorityScore()
      uint64 priorityScore = 11;
      Specified by:
      getPriorityScore in interface CommonOrBuilder
      Returns:
      The priorityScore.
    • getLogId

      public String getLogId()
      string logId = 12;
      Specified by:
      getLogId in interface CommonOrBuilder
      Returns:
      The logId.
    • getLogIdBytes

      public com.google.protobuf.ByteString getLogIdBytes()
      string logId = 12;
      Specified by:
      getLogIdBytes in interface CommonOrBuilder
      Returns:
      The bytes for logId.
    • getMsgProcessFilterK

      public String getMsgProcessFilterK()
      string msgProcessFilterK = 13;
      Specified by:
      getMsgProcessFilterK in interface CommonOrBuilder
      Returns:
      The msgProcessFilterK.
    • getMsgProcessFilterKBytes

      public com.google.protobuf.ByteString getMsgProcessFilterKBytes()
      string msgProcessFilterK = 13;
      Specified by:
      getMsgProcessFilterKBytes in interface CommonOrBuilder
      Returns:
      The bytes for msgProcessFilterK.
    • getMsgProcessFilterV

      public String getMsgProcessFilterV()
      string msgProcessFilterV = 14;
      Specified by:
      getMsgProcessFilterV in interface CommonOrBuilder
      Returns:
      The msgProcessFilterV.
    • getMsgProcessFilterVBytes

      public com.google.protobuf.ByteString getMsgProcessFilterVBytes()
      string msgProcessFilterV = 14;
      Specified by:
      getMsgProcessFilterVBytes in interface CommonOrBuilder
      Returns:
      The bytes for msgProcessFilterV.
    • hasUser

      public boolean hasUser()
      .User user = 15;
      Specified by:
      hasUser in interface CommonOrBuilder
      Returns:
      Whether the user field is set.
    • getUser

      public User getUser()
      .User user = 15;
      Specified by:
      getUser in interface CommonOrBuilder
      Returns:
      The user.
    • getUserOrBuilder

      public UserOrBuilder getUserOrBuilder()
      .User user = 15;
      Specified by:
      getUserOrBuilder in interface CommonOrBuilder
    • getAnchorFoldTypeV2

      public long getAnchorFoldTypeV2()
        Room room = 16;
       
      uint64 anchor_fold_type_v2 = 17;
      Specified by:
      getAnchorFoldTypeV2 in interface CommonOrBuilder
      Returns:
      The anchorFoldTypeV2.
    • getProcessAtSeiTimeMs

      public long getProcessAtSeiTimeMs()
      uint64 process_at_sei_time_ms = 18;
      Specified by:
      getProcessAtSeiTimeMs in interface CommonOrBuilder
      Returns:
      The processAtSeiTimeMs.
    • getRandomDispatchMs

      public long getRandomDispatchMs()
      uint64 random_dispatch_ms = 19;
      Specified by:
      getRandomDispatchMs in interface CommonOrBuilder
      Returns:
      The randomDispatchMs.
    • getIsDispatch

      public boolean getIsDispatch()
      bool is_dispatch = 20;
      Specified by:
      getIsDispatch in interface CommonOrBuilder
      Returns:
      The isDispatch.
    • getChannelId

      public long getChannelId()
      uint64 channel_id = 21;
      Specified by:
      getChannelId in interface CommonOrBuilder
      Returns:
      The channelId.
    • getDiffSei2AbsSecond

      public long getDiffSei2AbsSecond()
      uint64 diff_sei2abs_second = 22;
      Specified by:
      getDiffSei2AbsSecond in interface CommonOrBuilder
      Returns:
      The diffSei2absSecond.
    • getAnchorFoldDuration

      public long getAnchorFoldDuration()
      uint64 anchor_fold_duration = 23;
      Specified by:
      getAnchorFoldDuration in interface CommonOrBuilder
      Returns:
      The anchorFoldDuration.
    • getAppId

      public long getAppId()
      uint64 app_id = 24;
      Specified by:
      getAppId in interface CommonOrBuilder
      Returns:
      The appId.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Common parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

      public static Common parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static Common parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

      public static Common parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Common parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Common.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Common.Builder newBuilder()
    • newBuilder

      public static Common.Builder newBuilder(Common prototype)
    • toBuilder

      public Common.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Common.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Common getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Common> parser()
    • getParserForType

      public com.google.protobuf.Parser<Common> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Common getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder