Interface SendMessageBodyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SendMessageBody, SendMessageBody.Builder

public interface SendMessageBodyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getConversationId

      String getConversationId()
      string conversationId = 1;
      Returns:
      The conversationId.
    • getConversationIdBytes

      com.google.protobuf.ByteString getConversationIdBytes()
      string conversationId = 1;
      Returns:
      The bytes for conversationId.
    • getConversationType

      int getConversationType()
      uint32 conversationType = 2;
      Returns:
      The conversationType.
    • getConversationShortId

      long getConversationShortId()
      uint64 conversationShortId = 3;
      Returns:
      The conversationShortId.
    • getContent

      String getContent()
      string content = 4;
      Returns:
      The content.
    • getContentBytes

      com.google.protobuf.ByteString getContentBytes()
      string content = 4;
      Returns:
      The bytes for content.
    • getExtList

      List<ExtList> getExtList()
      repeated .ExtList ext = 5;
    • getExt

      ExtList getExt(int index)
      repeated .ExtList ext = 5;
    • getExtCount

      int getExtCount()
      repeated .ExtList ext = 5;
    • getExtOrBuilderList

      List<? extends ExtListOrBuilder> getExtOrBuilderList()
      repeated .ExtList ext = 5;
    • getExtOrBuilder

      ExtListOrBuilder getExtOrBuilder(int index)
      repeated .ExtList ext = 5;
    • getMessageType

      int getMessageType()
      uint32 messageType = 6;
      Returns:
      The messageType.
    • getTicket

      String getTicket()
      string ticket = 7;
      Returns:
      The ticket.
    • getTicketBytes

      com.google.protobuf.ByteString getTicketBytes()
      string ticket = 7;
      Returns:
      The bytes for ticket.
    • getClientMessageId

      String getClientMessageId()
      string clientMessageId = 8;
      Returns:
      The clientMessageId.
    • getClientMessageIdBytes

      com.google.protobuf.ByteString getClientMessageIdBytes()
      string clientMessageId = 8;
      Returns:
      The bytes for clientMessageId.