Interface QuestionOptions.PauseAdOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionOptions.PauseAdOptions,QuestionOptions.PauseAdOptions.Builder
- Enclosing class:
- QuestionOptions
public static interface QuestionOptions.PauseAdOptionsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PauseAdLayoutgetLayout().streamlayer.interactive.PauseAdLayout layout = 4 [json_name = "layout"];intgetLayoutValue().streamlayer.interactive.PauseAdLayout layout = 4 [json_name = "layout"];QRCodegetQrCode().streamlayer.interactive.QRCode qr_code = 1 [json_name = "qrCode"];java.lang.StringgetQrCodeLabel()optional string qr_code_label = 2 [json_name = "qrCodeLabel"];com.google.protobuf.ByteStringgetQrCodeLabelBytes()optional string qr_code_label = 2 [json_name = "qrCodeLabel"];java.lang.StringgetQrCodeUrl()optional string qr_code_url = 3 [json_name = "qrCodeUrl"];com.google.protobuf.ByteStringgetQrCodeUrlBytes()optional string qr_code_url = 3 [json_name = "qrCodeUrl"];intgetQrCodeValue().streamlayer.interactive.QRCode qr_code = 1 [json_name = "qrCode"];PauseAdStatsTypegetStatsType().streamlayer.interactive.PauseAdStatsType stats_type = 5 [json_name = "statsType"];intgetStatsTypeValue().streamlayer.interactive.PauseAdStatsType stats_type = 5 [json_name = "statsType"];booleanhasQrCodeLabel()optional string qr_code_label = 2 [json_name = "qrCodeLabel"];booleanhasQrCodeUrl()optional string qr_code_url = 3 [json_name = "qrCodeUrl"];
-
-
-
Method Detail
-
getQrCodeValue
int getQrCodeValue()
.streamlayer.interactive.QRCode qr_code = 1 [json_name = "qrCode"];- Returns:
- The enum numeric value on the wire for qrCode.
-
getQrCode
QRCode getQrCode()
.streamlayer.interactive.QRCode qr_code = 1 [json_name = "qrCode"];- Returns:
- The qrCode.
-
hasQrCodeLabel
boolean hasQrCodeLabel()
optional string qr_code_label = 2 [json_name = "qrCodeLabel"];- Returns:
- Whether the qrCodeLabel field is set.
-
getQrCodeLabel
java.lang.String getQrCodeLabel()
optional string qr_code_label = 2 [json_name = "qrCodeLabel"];- Returns:
- The qrCodeLabel.
-
getQrCodeLabelBytes
com.google.protobuf.ByteString getQrCodeLabelBytes()
optional string qr_code_label = 2 [json_name = "qrCodeLabel"];- Returns:
- The bytes for qrCodeLabel.
-
hasQrCodeUrl
boolean hasQrCodeUrl()
optional string qr_code_url = 3 [json_name = "qrCodeUrl"];- Returns:
- Whether the qrCodeUrl field is set.
-
getQrCodeUrl
java.lang.String getQrCodeUrl()
optional string qr_code_url = 3 [json_name = "qrCodeUrl"];- Returns:
- The qrCodeUrl.
-
getQrCodeUrlBytes
com.google.protobuf.ByteString getQrCodeUrlBytes()
optional string qr_code_url = 3 [json_name = "qrCodeUrl"];- Returns:
- The bytes for qrCodeUrl.
-
getLayoutValue
int getLayoutValue()
.streamlayer.interactive.PauseAdLayout layout = 4 [json_name = "layout"];- Returns:
- The enum numeric value on the wire for layout.
-
getLayout
PauseAdLayout getLayout()
.streamlayer.interactive.PauseAdLayout layout = 4 [json_name = "layout"];- Returns:
- The layout.
-
getStatsTypeValue
int getStatsTypeValue()
.streamlayer.interactive.PauseAdStatsType stats_type = 5 [json_name = "statsType"];- Returns:
- The enum numeric value on the wire for statsType.
-
getStatsType
PauseAdStatsType getStatsType()
.streamlayer.interactive.PauseAdStatsType stats_type = 5 [json_name = "statsType"];- Returns:
- The statsType.
-
-