Interface ChatInfoOuterClass.ChatInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ChatInfoOuterClass.ChatInfo, ChatInfoOuterClass.ChatInfo.Builder
Enclosing class:
ChatInfoOuterClass

public static interface ChatInfoOuterClass.ChatInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getToUid

      int getToUid()
      uint32 to_uid = 4;
      Returns:
      The toUid.
    • getUid

      int getUid()
      uint32 uid = 6;
      Returns:
      The uid.
    • getTime

      int getTime()
      uint32 time = 13;
      Returns:
      The time.
    • getSequence

      int getSequence()
      uint32 sequence = 2;
      Returns:
      The sequence.
    • getIsRead

      boolean getIsRead()
      bool is_read = 7;
      Returns:
      The isRead.
    • hasText

      boolean hasText()
      string text = 263;
      Returns:
      Whether the text field is set.
    • getText

      String getText()
      string text = 263;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
      string text = 263;
      Returns:
      The bytes for text.
    • hasIcon

      boolean hasIcon()
      uint32 icon = 1839;
      Returns:
      Whether the icon field is set.
    • getIcon

      int getIcon()
      uint32 icon = 1839;
      Returns:
      The icon.
    • hasSystemHint

      boolean hasSystemHint()
      .ChatInfo.SystemHint system_hint = 899;
      Returns:
      Whether the systemHint field is set.
    • getSystemHint

      .ChatInfo.SystemHint system_hint = 899;
      Returns:
      The systemHint.
    • getSystemHintOrBuilder

      .ChatInfo.SystemHint system_hint = 899;
    • getContentCase