Interface QuestionOptions.PauseAdOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PauseAdLayout getLayout()
      .streamlayer.interactive.PauseAdLayout layout = 4 [json_name = "layout"];
      int getLayoutValue()
      .streamlayer.interactive.PauseAdLayout layout = 4 [json_name = "layout"];
      QRCode getQrCode()
      .streamlayer.interactive.QRCode qr_code = 1 [json_name = "qrCode"];
      java.lang.String getQrCodeLabel()
      optional string qr_code_label = 2 [json_name = "qrCodeLabel"];
      com.google.protobuf.ByteString getQrCodeLabelBytes()
      optional string qr_code_label = 2 [json_name = "qrCodeLabel"];
      java.lang.String getQrCodeUrl()
      optional string qr_code_url = 3 [json_name = "qrCodeUrl"];
      com.google.protobuf.ByteString getQrCodeUrlBytes()
      optional string qr_code_url = 3 [json_name = "qrCodeUrl"];
      int getQrCodeValue()
      .streamlayer.interactive.QRCode qr_code = 1 [json_name = "qrCode"];
      PauseAdStatsType getStatsType()
      .streamlayer.interactive.PauseAdStatsType stats_type = 5 [json_name = "statsType"];
      int getStatsTypeValue()
      .streamlayer.interactive.PauseAdStatsType stats_type = 5 [json_name = "statsType"];
      boolean hasQrCodeLabel()
      optional string qr_code_label = 2 [json_name = "qrCodeLabel"];
      boolean hasQrCodeUrl()
      optional string qr_code_url = 3 [json_name = "qrCodeUrl"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.