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

wechat.protobuf.UploadEmojiRequestOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

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

  /**
   * required .wechat_proto.BaseRequest BaseRequest = 1;
   * @return Whether the baseRequest field is set.
   */
  boolean hasBaseRequest();
  /**
   * required .wechat_proto.BaseRequest BaseRequest = 1;
   * @return The baseRequest.
   */
  wechat.protobuf.BaseRequest getBaseRequest();
  /**
   * required .wechat_proto.BaseRequest BaseRequest = 1;
   */
  wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();

  /**
   * required int32 EmojiItemNumber = 2;
   * @return Whether the emojiItemNumber field is set.
   */
  boolean hasEmojiItemNumber();
  /**
   * required int32 EmojiItemNumber = 2;
   * @return The emojiItemNumber.
   */
  int getEmojiItemNumber();

  /**
   * repeated .wechat_proto.EmojiUploadInfoReq EmojiItem = 3;
   */
  java.util.List 
      getEmojiItemList();
  /**
   * repeated .wechat_proto.EmojiUploadInfoReq EmojiItem = 3;
   */
  wechat.protobuf.EmojiUploadInfoReq getEmojiItem(int index);
  /**
   * repeated .wechat_proto.EmojiUploadInfoReq EmojiItem = 3;
   */
  int getEmojiItemCount();
  /**
   * repeated .wechat_proto.EmojiUploadInfoReq EmojiItem = 3;
   */
  java.util.List 
      getEmojiItemOrBuilderList();
  /**
   * repeated .wechat_proto.EmojiUploadInfoReq EmojiItem = 3;
   */
  wechat.protobuf.EmojiUploadInfoReqOrBuilder getEmojiItemOrBuilder(
      int index);

  /**
   * optional uint32 ReqTime = 4;
   * @return Whether the reqTime field is set.
   */
  boolean hasReqTime();
  /**
   * optional uint32 ReqTime = 4;
   * @return The reqTime.
   */
  int getReqTime();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy