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 Summary
Modifier and TypeMethodDescriptionstring clientMessageId = 8;com.google.protobuf.ByteStringstring clientMessageId = 8;string content = 4;com.google.protobuf.ByteStringstring content = 4;string conversationId = 1;com.google.protobuf.ByteStringstring conversationId = 1;longuint64 conversationShortId = 3;intuint32 conversationType = 2;getExt(int index) repeated .ExtList ext = 5;intrepeated .ExtList ext = 5;repeated .ExtList ext = 5;getExtOrBuilder(int index) repeated .ExtList ext = 5;List<? extends ExtListOrBuilder>repeated .ExtList ext = 5;intuint32 messageType = 6;string ticket = 7;com.google.protobuf.ByteStringstring ticket = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
repeated .ExtList ext = 5; -
getExt
repeated .ExtList ext = 5; -
getExtCount
int getExtCount()repeated .ExtList ext = 5; -
getExtOrBuilderList
List<? extends ExtListOrBuilder> getExtOrBuilderList()repeated .ExtList ext = 5; -
getExtOrBuilder
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.
-