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

wechat.protobuf.GetQRCodeResponseOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

public interface GetQRCodeResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.GetQRCodeResponse)
    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 .wechat_proto.SKBuiltinString_ qrcode = 2;
   * @return Whether the qrcode field is set.
   */
  boolean hasQrcode();
  /**
   * optional .wechat_proto.SKBuiltinString_ qrcode = 2;
   * @return The qrcode.
   */
  wechat.protobuf.SKBuiltinString_ getQrcode();
  /**
   * optional .wechat_proto.SKBuiltinString_ qrcode = 2;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getQrcodeOrBuilder();

  /**
   * optional uint32 style = 3;
   * @return Whether the style field is set.
   */
  boolean hasStyle();
  /**
   * optional uint32 style = 3;
   * @return The style.
   */
  int getStyle();

  /**
   * optional string footerWording = 4;
   * @return Whether the footerWording field is set.
   */
  boolean hasFooterWording();
  /**
   * optional string footerWording = 4;
   * @return The footerWording.
   */
  java.lang.String getFooterWording();
  /**
   * optional string footerWording = 4;
   * @return The bytes for footerWording.
   */
  com.google.protobuf.ByteString
      getFooterWordingBytes();

  /**
   * optional string revokeQrcodeId = 5;
   * @return Whether the revokeQrcodeId field is set.
   */
  boolean hasRevokeQrcodeId();
  /**
   * optional string revokeQrcodeId = 5;
   * @return The revokeQrcodeId.
   */
  java.lang.String getRevokeQrcodeId();
  /**
   * optional string revokeQrcodeId = 5;
   * @return The bytes for revokeQrcodeId.
   */
  com.google.protobuf.ByteString
      getRevokeQrcodeIdBytes();

  /**
   * optional string revokeQrcodeWording = 6;
   * @return Whether the revokeQrcodeWording field is set.
   */
  boolean hasRevokeQrcodeWording();
  /**
   * optional string revokeQrcodeWording = 6;
   * @return The revokeQrcodeWording.
   */
  java.lang.String getRevokeQrcodeWording();
  /**
   * optional string revokeQrcodeWording = 6;
   * @return The bytes for revokeQrcodeWording.
   */
  com.google.protobuf.ByteString
      getRevokeQrcodeWordingBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy