Package com.google.openrtb
Interface OpenRtb.BidRequest.Imp.Banner.FormatOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Imp.Banner.Format>,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpenRtb.BidRequest.Imp.Banner.Format,OpenRtb.BidRequest.Imp.Banner.Format.Builder
- Enclosing class:
- OpenRtb.BidRequest.Imp.Banner
public static interface OpenRtb.BidRequest.Imp.Banner.FormatOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Imp.Banner.Format>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetH()Height in device independent pixels (DIPS).intgetHratio()Relative height when expressing size as a ratio.intgetW()Width in device independent pixels (DIPS).intgetWmin()The minimum width in device independent pixels (DIPS) at which the ad will be displayed when the size is expressed as a ratio.intgetWratio()Relative width when expressing size as a ratio.booleanhasH()Height in device independent pixels (DIPS).booleanhasHratio()Relative height when expressing size as a ratio.booleanhasW()Width in device independent pixels (DIPS).booleanhasWmin()The minimum width in device independent pixels (DIPS) at which the ad will be displayed when the size is expressed as a ratio.booleanhasWratio()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
-
-
-
-
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.
-
-