All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.OpenIMChatRoomDataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface OpenIMChatRoomDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.OpenIMChatRoomData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string owner = 1;
   * @return Whether the owner field is set.
   */
  boolean hasOwner();
  /**
   * optional string owner = 1;
   * @return The owner.
   */
  java.lang.String getOwner();
  /**
   * optional string owner = 1;
   * @return The bytes for owner.
   */
  com.google.protobuf.ByteString
      getOwnerBytes();

  /**
   * optional string big_headimg = 2;
   * @return Whether the bigHeadimg field is set.
   */
  boolean hasBigHeadimg();
  /**
   * optional string big_headimg = 2;
   * @return The bigHeadimg.
   */
  java.lang.String getBigHeadimg();
  /**
   * optional string big_headimg = 2;
   * @return The bytes for bigHeadimg.
   */
  com.google.protobuf.ByteString
      getBigHeadimgBytes();

  /**
   * optional string small_headimg = 3;
   * @return Whether the smallHeadimg field is set.
   */
  boolean hasSmallHeadimg();
  /**
   * optional string small_headimg = 3;
   * @return The smallHeadimg.
   */
  java.lang.String getSmallHeadimg();
  /**
   * optional string small_headimg = 3;
   * @return The bytes for smallHeadimg.
   */
  com.google.protobuf.ByteString
      getSmallHeadimgBytes();

  /**
   * optional uint32 img_flag = 4;
   * @return Whether the imgFlag field is set.
   */
  boolean hasImgFlag();
  /**
   * optional uint32 img_flag = 4;
   * @return The imgFlag.
   */
  int getImgFlag();

  /**
   * optional string topic = 5;
   * @return Whether the topic field is set.
   */
  boolean hasTopic();
  /**
   * optional string topic = 5;
   * @return The topic.
   */
  java.lang.String getTopic();
  /**
   * optional string topic = 5;
   * @return The bytes for topic.
   */
  com.google.protobuf.ByteString
      getTopicBytes();

  /**
   * optional string topic_pyinit = 6;
   * @return Whether the topicPyinit field is set.
   */
  boolean hasTopicPyinit();
  /**
   * optional string topic_pyinit = 6;
   * @return The topicPyinit.
   */
  java.lang.String getTopicPyinit();
  /**
   * optional string topic_pyinit = 6;
   * @return The bytes for topicPyinit.
   */
  com.google.protobuf.ByteString
      getTopicPyinitBytes();

  /**
   * optional string topic_quanpin = 7;
   * @return Whether the topicQuanpin field is set.
   */
  boolean hasTopicQuanpin();
  /**
   * optional string topic_quanpin = 7;
   * @return The topicQuanpin.
   */
  java.lang.String getTopicQuanpin();
  /**
   * optional string topic_quanpin = 7;
   * @return The bytes for topicQuanpin.
   */
  com.google.protobuf.ByteString
      getTopicQuanpinBytes();

  /**
   * optional string announcement = 8;
   * @return Whether the announcement field is set.
   */
  boolean hasAnnouncement();
  /**
   * optional string announcement = 8;
   * @return The announcement.
   */
  java.lang.String getAnnouncement();
  /**
   * optional string announcement = 8;
   * @return The bytes for announcement.
   */
  com.google.protobuf.ByteString
      getAnnouncementBytes();

  /**
   * optional string announcement_editor = 9;
   * @return Whether the announcementEditor field is set.
   */
  boolean hasAnnouncementEditor();
  /**
   * optional string announcement_editor = 9;
   * @return The announcementEditor.
   */
  java.lang.String getAnnouncementEditor();
  /**
   * optional string announcement_editor = 9;
   * @return The bytes for announcementEditor.
   */
  com.google.protobuf.ByteString
      getAnnouncementEditorBytes();

  /**
   * optional uint32 announcement_publish_time = 10;
   * @return Whether the announcementPublishTime field is set.
   */
  boolean hasAnnouncementPublishTime();
  /**
   * optional uint32 announcement_publish_time = 10;
   * @return The announcementPublishTime.
   */
  int getAnnouncementPublishTime();

  /**
   * optional uint32 chatRoom_max_count = 11;
   * @return Whether the chatRoomMaxCount field is set.
   */
  boolean hasChatRoomMaxCount();
  /**
   * optional uint32 chatRoom_max_count = 11;
   * @return The chatRoomMaxCount.
   */
  int getChatRoomMaxCount();

  /**
   * optional uint32 ext_flag = 12;
   * @return Whether the extFlag field is set.
   */
  boolean hasExtFlag();
  /**
   * optional uint32 ext_flag = 12;
   * @return The extFlag.
   */
  int getExtFlag();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy