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

wechat.protobuf.AddMsgOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

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

  /**
   * optional uint32 msg_id = 1;
   * @return Whether the msgId field is set.
   */
  boolean hasMsgId();
  /**
   * optional uint32 msg_id = 1;
   * @return The msgId.
   */
  int getMsgId();

  /**
   * optional .wechat_proto.SKBuiltinString from_user_name = 2;
   * @return Whether the fromUserName field is set.
   */
  boolean hasFromUserName();
  /**
   * optional .wechat_proto.SKBuiltinString from_user_name = 2;
   * @return The fromUserName.
   */
  wechat.protobuf.SKBuiltinString getFromUserName();
  /**
   * optional .wechat_proto.SKBuiltinString from_user_name = 2;
   */
  wechat.protobuf.SKBuiltinStringOrBuilder getFromUserNameOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString to_user_name = 3;
   * @return Whether the toUserName field is set.
   */
  boolean hasToUserName();
  /**
   * optional .wechat_proto.SKBuiltinString to_user_name = 3;
   * @return The toUserName.
   */
  wechat.protobuf.SKBuiltinString getToUserName();
  /**
   * optional .wechat_proto.SKBuiltinString to_user_name = 3;
   */
  wechat.protobuf.SKBuiltinStringOrBuilder getToUserNameOrBuilder();

  /**
   * optional uint32 msg_type = 4;
   * @return Whether the msgType field is set.
   */
  boolean hasMsgType();
  /**
   * optional uint32 msg_type = 4;
   * @return The msgType.
   */
  int getMsgType();

  /**
   * optional .wechat_proto.SKBuiltinString content = 5;
   * @return Whether the content field is set.
   */
  boolean hasContent();
  /**
   * optional .wechat_proto.SKBuiltinString content = 5;
   * @return The content.
   */
  wechat.protobuf.SKBuiltinString getContent();
  /**
   * optional .wechat_proto.SKBuiltinString content = 5;
   */
  wechat.protobuf.SKBuiltinStringOrBuilder getContentOrBuilder();

  /**
   * optional uint32 status = 6;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * optional uint32 status = 6;
   * @return The status.
   */
  int getStatus();

  /**
   * optional uint32 img_status = 7;
   * @return Whether the imgStatus field is set.
   */
  boolean hasImgStatus();
  /**
   * optional uint32 img_status = 7;
   * @return The imgStatus.
   */
  int getImgStatus();

  /**
   * optional .wechat_proto.SKBuiltinString_ img_buf = 8;
   * @return Whether the imgBuf field is set.
   */
  boolean hasImgBuf();
  /**
   * optional .wechat_proto.SKBuiltinString_ img_buf = 8;
   * @return The imgBuf.
   */
  wechat.protobuf.SKBuiltinString_ getImgBuf();
  /**
   * optional .wechat_proto.SKBuiltinString_ img_buf = 8;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getImgBufOrBuilder();

  /**
   * optional uint32 create_time = 9;
   * @return Whether the createTime field is set.
   */
  boolean hasCreateTime();
  /**
   * optional uint32 create_time = 9;
   * @return The createTime.
   */
  int getCreateTime();

  /**
   * optional string msg_source = 10;
   * @return Whether the msgSource field is set.
   */
  boolean hasMsgSource();
  /**
   * optional string msg_source = 10;
   * @return The msgSource.
   */
  java.lang.String getMsgSource();
  /**
   * optional string msg_source = 10;
   * @return The bytes for msgSource.
   */
  com.google.protobuf.ByteString
      getMsgSourceBytes();

  /**
   * optional string push_content = 11;
   * @return Whether the pushContent field is set.
   */
  boolean hasPushContent();
  /**
   * optional string push_content = 11;
   * @return The pushContent.
   */
  java.lang.String getPushContent();
  /**
   * optional string push_content = 11;
   * @return The bytes for pushContent.
   */
  com.google.protobuf.ByteString
      getPushContentBytes();

  /**
   * optional int64 new_msg_id = 12;
   * @return Whether the newMsgId field is set.
   */
  boolean hasNewMsgId();
  /**
   * optional int64 new_msg_id = 12;
   * @return The newMsgId.
   */
  long getNewMsgId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy