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

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

    • CONVERSATIONID_FIELD_NUMBER

      public static final int CONVERSATIONID_FIELD_NUMBER
      See Also:
    • CONVERSATIONTYPE_FIELD_NUMBER

      public static final int CONVERSATIONTYPE_FIELD_NUMBER
      See Also:
    • CONVERSATIONSHORTID_FIELD_NUMBER

      public static final int CONVERSATIONSHORTID_FIELD_NUMBER
      See Also:
    • CONTENT_FIELD_NUMBER

      public static final int CONTENT_FIELD_NUMBER
      See Also:
    • EXT_FIELD_NUMBER

      public static final int EXT_FIELD_NUMBER
      See Also:
    • MESSAGETYPE_FIELD_NUMBER

      public static final int MESSAGETYPE_FIELD_NUMBER
      See Also:
    • TICKET_FIELD_NUMBER

      public static final int TICKET_FIELD_NUMBER
      See Also:
    • CLIENTMESSAGEID_FIELD_NUMBER

      public static final int CLIENTMESSAGEID_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
    • getConversationId

      public String getConversationId()
      string conversationId = 1;
      Specified by:
      getConversationId in interface SendMessageBodyOrBuilder
      Returns:
      The conversationId.
    • getConversationIdBytes

      public com.google.protobuf.ByteString getConversationIdBytes()
      string conversationId = 1;
      Specified by:
      getConversationIdBytes in interface SendMessageBodyOrBuilder
      Returns:
      The bytes for conversationId.
    • getConversationType

      public int getConversationType()
      uint32 conversationType = 2;
      Specified by:
      getConversationType in interface SendMessageBodyOrBuilder
      Returns:
      The conversationType.
    • getConversationShortId

      public long getConversationShortId()
      uint64 conversationShortId = 3;
      Specified by:
      getConversationShortId in interface SendMessageBodyOrBuilder
      Returns:
      The conversationShortId.
    • getContent

      public String getContent()
      string content = 4;
      Specified by:
      getContent in interface SendMessageBodyOrBuilder
      Returns:
      The content.
    • getContentBytes

      public com.google.protobuf.ByteString getContentBytes()
      string content = 4;
      Specified by:
      getContentBytes in interface SendMessageBodyOrBuilder
      Returns:
      The bytes for content.
    • getExtList

      public List<ExtList> getExtList()
      repeated .ExtList ext = 5;
      Specified by:
      getExtList in interface SendMessageBodyOrBuilder
    • getExtOrBuilderList

      public List<? extends ExtListOrBuilder> getExtOrBuilderList()
      repeated .ExtList ext = 5;
      Specified by:
      getExtOrBuilderList in interface SendMessageBodyOrBuilder
    • getExtCount

      public int getExtCount()
      repeated .ExtList ext = 5;
      Specified by:
      getExtCount in interface SendMessageBodyOrBuilder
    • getExt

      public ExtList getExt(int index)
      repeated .ExtList ext = 5;
      Specified by:
      getExt in interface SendMessageBodyOrBuilder
    • getExtOrBuilder

      public ExtListOrBuilder getExtOrBuilder(int index)
      repeated .ExtList ext = 5;
      Specified by:
      getExtOrBuilder in interface SendMessageBodyOrBuilder
    • getMessageType

      public int getMessageType()
      uint32 messageType = 6;
      Specified by:
      getMessageType in interface SendMessageBodyOrBuilder
      Returns:
      The messageType.
    • getTicket

      public String getTicket()
      string ticket = 7;
      Specified by:
      getTicket in interface SendMessageBodyOrBuilder
      Returns:
      The ticket.
    • getTicketBytes

      public com.google.protobuf.ByteString getTicketBytes()
      string ticket = 7;
      Specified by:
      getTicketBytes in interface SendMessageBodyOrBuilder
      Returns:
      The bytes for ticket.
    • getClientMessageId

      public String getClientMessageId()
      string clientMessageId = 8;
      Specified by:
      getClientMessageId in interface SendMessageBodyOrBuilder
      Returns:
      The clientMessageId.
    • getClientMessageIdBytes

      public com.google.protobuf.ByteString getClientMessageIdBytes()
      string clientMessageId = 8;
      Specified by:
      getClientMessageIdBytes in interface SendMessageBodyOrBuilder
      Returns:
      The bytes for clientMessageId.
    • 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 SendMessageBody parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static SendMessageBody.Builder newBuilder()
    • newBuilder

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

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

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

      public static SendMessageBody getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<SendMessageBody> 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 SendMessageBody getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder