Interface ChannelMessageSendOrBuilder

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

public interface ChannelMessageSendOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The channel to sent to.
    com.google.protobuf.ByteString
    The channel to sent to.
    Message content.
    com.google.protobuf.ByteString
    Message content.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getChannelId

      String getChannelId()
       The channel to sent to.
       
      string channel_id = 1;
      Returns:
      The channelId.
    • getChannelIdBytes

      com.google.protobuf.ByteString getChannelIdBytes()
       The channel to sent to.
       
      string channel_id = 1;
      Returns:
      The bytes for channelId.
    • getContent

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

      com.google.protobuf.ByteString getContentBytes()
       Message content.
       
      string content = 2;
      Returns:
      The bytes for content.