Interface QuestionOptions.PromotionOptions.AddToWalletOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionOptions.PromotionOptions.AddToWalletOptions,QuestionOptions.PromotionOptions.AddToWalletOptions.Builder
- Enclosing class:
- QuestionOptions.PromotionOptions
public static interface QuestionOptions.PromotionOptions.AddToWalletOptionsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCoupon()string coupon = 1 [json_name = "coupon"];java.lang.StringgetCouponBarcodeUrl()url to navigate from barcodecom.google.protobuf.ByteStringgetCouponBarcodeUrlBytes()url to navigate from barcodecom.google.protobuf.ByteStringgetCouponBytes()string coupon = 1 [json_name = "coupon"];java.lang.StringgetCouponZip()save coupon from loaded from constructor urlcom.google.protobuf.ByteStringgetCouponZipBytes()save coupon from loaded from constructor url
-
-
-
Method Detail
-
getCoupon
java.lang.String getCoupon()
string coupon = 1 [json_name = "coupon"];- Returns:
- The coupon.
-
getCouponBytes
com.google.protobuf.ByteString getCouponBytes()
string coupon = 1 [json_name = "coupon"];- Returns:
- The bytes for coupon.
-
getCouponZip
java.lang.String getCouponZip()
save coupon from loaded from constructor url
string coupon_zip = 2 [json_name = "couponZip"];- Returns:
- The couponZip.
-
getCouponZipBytes
com.google.protobuf.ByteString getCouponZipBytes()
save coupon from loaded from constructor url
string coupon_zip = 2 [json_name = "couponZip"];- Returns:
- The bytes for couponZip.
-
getCouponBarcodeUrl
java.lang.String getCouponBarcodeUrl()
url to navigate from barcode
string coupon_barcode_url = 3 [json_name = "couponBarcodeUrl"];- Returns:
- The couponBarcodeUrl.
-
getCouponBarcodeUrlBytes
com.google.protobuf.ByteString getCouponBarcodeUrlBytes()
url to navigate from barcode
string coupon_barcode_url = 3 [json_name = "couponBarcodeUrl"];- Returns:
- The bytes for couponBarcodeUrl.
-
-