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

wechat.protobuf.GetMsgImgResponseOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

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

  /**
   * optional .wechat_proto.BaseResponse baseResponse = 1;
   * @return Whether the baseResponse field is set.
   */
  boolean hasBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse baseResponse = 1;
   * @return The baseResponse.
   */
  wechat.protobuf.BaseResponse getBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse baseResponse = 1;
   */
  wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();

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

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

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

  /**
   * optional uint32 totalLen = 5;
   * @return Whether the totalLen field is set.
   */
  boolean hasTotalLen();
  /**
   * optional uint32 totalLen = 5;
   * @return The totalLen.
   */
  int getTotalLen();

  /**
   * optional uint32 startPos = 6;
   * @return Whether the startPos field is set.
   */
  boolean hasStartPos();
  /**
   * optional uint32 startPos = 6;
   * @return The startPos.
   */
  int getStartPos();

  /**
   * optional uint32 dataLen = 7;
   * @return Whether the dataLen field is set.
   */
  boolean hasDataLen();
  /**
   * optional uint32 dataLen = 7;
   * @return The dataLen.
   */
  int getDataLen();

  /**
   * optional .wechat_proto.SKBuiltinString_ data = 8;
   * @return Whether the data field is set.
   */
  boolean hasData();
  /**
   * optional .wechat_proto.SKBuiltinString_ data = 8;
   * @return The data.
   */
  wechat.protobuf.SKBuiltinString_ getData();
  /**
   * optional .wechat_proto.SKBuiltinString_ data = 8;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getDataOrBuilder();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy