Interface EpisodeChatMessageOrBuilder

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

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

    • hasCommon

      boolean hasCommon()
      .Message common = 1;
      Returns:
      Whether the common field is set.
    • getCommon

      Message getCommon()
      .Message common = 1;
      Returns:
      The common.
    • getCommonOrBuilder

      MessageOrBuilder getCommonOrBuilder()
      .Message common = 1;
    • hasUser

      boolean hasUser()
      .User user = 2;
      Returns:
      Whether the user field is set.
    • getUser

      User getUser()
      .User user = 2;
      Returns:
      The user.
    • getUserOrBuilder

      UserOrBuilder getUserOrBuilder()
      .User user = 2;
    • getContent

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

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

      boolean getVisibleToSende()
      bool visibleToSende = 4;
      Returns:
      The visibleToSende.
    • hasGiftImage

      boolean hasGiftImage()
         BackgroundImage backgroundImage = 5;
         PublicAreaCommon publicAreaCommon = 6;
       
      .Image giftImage = 7;
      Returns:
      Whether the giftImage field is set.
    • getGiftImage

      Image getGiftImage()
         BackgroundImage backgroundImage = 5;
         PublicAreaCommon publicAreaCommon = 6;
       
      .Image giftImage = 7;
      Returns:
      The giftImage.
    • getGiftImageOrBuilder

      ImageOrBuilder getGiftImageOrBuilder()
         BackgroundImage backgroundImage = 5;
         PublicAreaCommon publicAreaCommon = 6;
       
      .Image giftImage = 7;
    • getAgreeMsgId

      long getAgreeMsgId()
      uint64 agreeMsgId = 8;
      Returns:
      The agreeMsgId.
    • getColorValueListList

      List<String> getColorValueListList()
      repeated string colorValueList = 9;
      Returns:
      A list containing the colorValueList.
    • getColorValueListCount

      int getColorValueListCount()
      repeated string colorValueList = 9;
      Returns:
      The count of colorValueList.
    • getColorValueList

      String getColorValueList(int index)
      repeated string colorValueList = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The colorValueList at the given index.
    • getColorValueListBytes

      com.google.protobuf.ByteString getColorValueListBytes(int index)
      repeated string colorValueList = 9;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the colorValueList at the given index.