Interface OpenRtb.BidRequest.Imp.Banner.FormatOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getH()
      Height in device independent pixels (DIPS).
      int getHratio()
      Relative height when expressing size as a ratio.
      int getW()
      Width in device independent pixels (DIPS).
      int getWmin()
      The minimum width in device independent pixels (DIPS) at which the ad will be displayed when the size is expressed as a ratio.
      int getWratio()
      Relative width when expressing size as a ratio.
      boolean hasH()
      Height in device independent pixels (DIPS).
      boolean hasHratio()
      Relative height when expressing size as a ratio.
      boolean hasW()
      Width in device independent pixels (DIPS).
      boolean hasWmin()
      The minimum width in device independent pixels (DIPS) at which the ad will be displayed when the size is expressed as a ratio.
      boolean hasWratio()
      Relative width when expressing size as a ratio.
      • Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder

        getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasW

        boolean hasW()
         Width in device independent pixels (DIPS).
         
        optional int32 w = 1;
        Returns:
        Whether the w field is set.
      • getW

        int getW()
         Width in device independent pixels (DIPS).
         
        optional int32 w = 1;
        Returns:
        The w.
      • hasH

        boolean hasH()
         Height in device independent pixels (DIPS).
         
        optional int32 h = 2;
        Returns:
        Whether the h field is set.
      • getH

        int getH()
         Height in device independent pixels (DIPS).
         
        optional int32 h = 2;
        Returns:
        The h.
      • hasWratio

        boolean hasWratio()
         Relative width when expressing size as a ratio.
         
        optional int32 wratio = 3;
        Returns:
        Whether the wratio field is set.
      • getWratio

        int getWratio()
         Relative width when expressing size as a ratio.
         
        optional int32 wratio = 3;
        Returns:
        The wratio.
      • hasHratio

        boolean hasHratio()
         Relative height when expressing size as a ratio.
         
        optional int32 hratio = 4;
        Returns:
        Whether the hratio field is set.
      • getHratio

        int getHratio()
         Relative height when expressing size as a ratio.
         
        optional int32 hratio = 4;
        Returns:
        The hratio.
      • hasWmin

        boolean hasWmin()
         The minimum width in device independent pixels (DIPS) at
         which the ad will be displayed when the size is expressed as a ratio.
         
        optional int32 wmin = 5;
        Returns:
        Whether the wmin field is set.
      • getWmin

        int getWmin()
         The minimum width in device independent pixels (DIPS) at
         which the ad will be displayed when the size is expressed as a ratio.
         
        optional int32 wmin = 5;
        Returns:
        The wmin.