Interface AdxExt.NativeRequestExtOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AdxExt.NativeRequestExt, AdxExt.NativeRequestExt.Builder
    Enclosing class:
    AdxExt

    public static interface AdxExt.NativeRequestExtOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasStyleId

        boolean hasStyleId()
         [AdX: BidRequest.AdSlot.native_ad_template[0].style_id]
         
        optional int32 style_id = 1;
        Returns:
        Whether the styleId field is set.
      • getStyleId

        int getStyleId()
         [AdX: BidRequest.AdSlot.native_ad_template[0].style_id]
         
        optional int32 style_id = 1;
        Returns:
        The styleId.
      • hasStyleHeight

        boolean hasStyleHeight()
         [AdX: BidRequest.AdSlot.native_ad_template[0].style_height]
         
        optional int32 style_height = 2;
        Returns:
        Whether the styleHeight field is set.
      • getStyleHeight

        int getStyleHeight()
         [AdX: BidRequest.AdSlot.native_ad_template[0].style_height]
         
        optional int32 style_height = 2;
        Returns:
        The styleHeight.
      • hasStyleWidth

        boolean hasStyleWidth()
         [AdX: BidRequest.AdSlot.native_ad_template[0].style_width]
         
        optional int32 style_width = 3;
        Returns:
        Whether the styleWidth field is set.
      • getStyleWidth

        int getStyleWidth()
         [AdX: BidRequest.AdSlot.native_ad_template[0].style_width]
         
        optional int32 style_width = 3;
        Returns:
        The styleWidth.
      • hasStyleLayoutType

        boolean hasStyleLayoutType()
        optional .com.google.doubleclick.NativeRequestExt.LayoutType style_layout_type = 4 [default = PIXEL];
        Returns:
        Whether the styleLayoutType field is set.
      • getStyleLayoutType

        AdxExt.NativeRequestExt.LayoutType getStyleLayoutType()
        optional .com.google.doubleclick.NativeRequestExt.LayoutType style_layout_type = 4 [default = PIXEL];
        Returns:
        The styleLayoutType.
      • hasMultiAdsCellInfo

        boolean hasMultiAdsCellInfo()
         [AdX: BidRequest.AdSlot.multi_ads_cell_info]
         
        optional .com.google.doubleclick.NativeRequestExt.MultiAdsCellInfo multi_ads_cell_info = 5;
        Returns:
        Whether the multiAdsCellInfo field is set.
      • getMultiAdsCellInfo

        AdxExt.NativeRequestExt.MultiAdsCellInfo getMultiAdsCellInfo()
         [AdX: BidRequest.AdSlot.multi_ads_cell_info]
         
        optional .com.google.doubleclick.NativeRequestExt.MultiAdsCellInfo multi_ads_cell_info = 5;
        Returns:
        The multiAdsCellInfo.
      • getMultiAdsCellInfoOrBuilder

        AdxExt.NativeRequestExt.MultiAdsCellInfoOrBuilder getMultiAdsCellInfoOrBuilder()
         [AdX: BidRequest.AdSlot.multi_ads_cell_info]
         
        optional .com.google.doubleclick.NativeRequestExt.MultiAdsCellInfo multi_ads_cell_info = 5;