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

wechat.protobuf.QRCodeOrBuilder 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 QRCodeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.QRCode)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional uint32 len = 1;
   * @return Whether the len field is set.
   */
  boolean hasLen();
  /**
   * optional uint32 len = 1;
   * @return The len.
   */
  int getLen();

  /**
   * 
   *二维码图片 base64字符串
   * 
* * optional bytes src = 2; * @return Whether the src field is set. */ boolean hasSrc(); /** *
   *二维码图片 base64字符串
   * 
* * optional bytes src = 2; * @return The src. */ com.google.protobuf.ByteString getSrc(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy