Interface ChatReplyRespInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    uint64 reply_id = 2;
    long
    uint64 reply_msg_id = 1;
    .Text reply_text = 3;
    .Text reply_text = 3;
    long
    uint64 reply_uid = 4;
    string reply_webcast_uid = 5;
    com.google.protobuf.ByteString
    string reply_webcast_uid = 5;
    boolean
    .Text reply_text = 3;

    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

    • getReplyMsgId

      long getReplyMsgId()
      uint64 reply_msg_id = 1;
      Returns:
      The replyMsgId.
    • getReplyId

      long getReplyId()
      uint64 reply_id = 2;
      Returns:
      The replyId.
    • hasReplyText

      boolean hasReplyText()
      .Text reply_text = 3;
      Returns:
      Whether the replyText field is set.
    • getReplyText

      Text getReplyText()
      .Text reply_text = 3;
      Returns:
      The replyText.
    • getReplyTextOrBuilder

      TextOrBuilder getReplyTextOrBuilder()
      .Text reply_text = 3;
    • getReplyUid

      long getReplyUid()
      uint64 reply_uid = 4;
      Returns:
      The replyUid.
    • getReplyWebcastUid

      String getReplyWebcastUid()
      string reply_webcast_uid = 5;
      Returns:
      The replyWebcastUid.
    • getReplyWebcastUidBytes

      com.google.protobuf.ByteString getReplyWebcastUidBytes()
      string reply_webcast_uid = 5;
      Returns:
      The bytes for replyWebcastUid.