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 TypeMethodDescriptionPromotion message to be encoded in the QR code.com.google.protobuf.ByteStringPromotion message to be encoded in the QR code.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-