Interface PromotionQrCodeInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PromotionQrCodeInfo, PromotionQrCodeInfo.Builder

public interface PromotionQrCodeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Promotion message to be encoded in the QR code.
    com.google.protobuf.ByteString
    Promotion message to be encoded in the QR code.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getQrCodeContent

      String getQrCodeContent()
       Promotion message to be encoded in the QR code.
       
      string qr_code_content = 1;
      Returns:
      The qrCodeContent.
    • getQrCodeContentBytes

      com.google.protobuf.ByteString getQrCodeContentBytes()
       Promotion message to be encoded in the QR code.
       
      string qr_code_content = 1;
      Returns:
      The bytes for qrCodeContent.