Package com.streamlayer.pass.passClient
Interface GenerateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GenerateRequest,GenerateRequest.Builder
public interface GenerateRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBarcodeUrl()string barcode_url = 2 [json_name = "barcodeUrl"];com.google.protobuf.ByteStringgetBarcodeUrlBytes()string barcode_url = 2 [json_name = "barcodeUrl"];java.lang.StringgetUrl()string url = 1 [json_name = "url"];com.google.protobuf.ByteStringgetUrlBytes()string url = 1 [json_name = "url"];
-
-
-
Method Detail
-
getUrl
java.lang.String getUrl()
string url = 1 [json_name = "url"];- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
string url = 1 [json_name = "url"];- Returns:
- The bytes for url.
-
getBarcodeUrl
java.lang.String getBarcodeUrl()
string barcode_url = 2 [json_name = "barcodeUrl"];- Returns:
- The barcodeUrl.
-
getBarcodeUrlBytes
com.google.protobuf.ByteString getBarcodeUrlBytes()
string barcode_url = 2 [json_name = "barcodeUrl"];- Returns:
- The bytes for barcodeUrl.
-
-