public static interface OpenRtbProtobuf.BidResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBidid()
Bid response ID to assist tracking for bidders.
|
com.google.protobuf.ByteString |
getBididBytes()
Bid response ID to assist tracking for bidders.
|
String |
getCur()
Bid currency using ISO-4217 alphabetic codes; default is “USD”.
|
com.google.protobuf.ByteString |
getCurBytes()
Bid currency using ISO-4217 alphabetic codes; default is “USD”.
|
String |
getCustomdata()
This is an optional feature, which allows a bidder to set data in the exchange’s cookie.
|
com.google.protobuf.ByteString |
getCustomdataBytes()
This is an optional feature, which allows a bidder to set data in the exchange’s cookie.
|
String |
getId()
ID of the bid request.
|
com.google.protobuf.ByteString |
getIdBytes()
ID of the bid request.
|
int |
getNbr()
Reason for not bidding.
|
OpenRtbProtobuf.SeatBid |
getSeatbid(int index)
Array of seatbid objects.
|
int |
getSeatbidCount()
Array of seatbid objects.
|
List<OpenRtbProtobuf.SeatBid> |
getSeatbidList()
Array of seatbid objects.
|
OpenRtbProtobuf.SeatBidOrBuilder |
getSeatbidOrBuilder(int index)
Array of seatbid objects.
|
List<? extends OpenRtbProtobuf.SeatBidOrBuilder> |
getSeatbidOrBuilderList()
Array of seatbid objects.
|
boolean |
hasBidid()
Bid response ID to assist tracking for bidders.
|
boolean |
hasCur()
Bid currency using ISO-4217 alphabetic codes; default is “USD”.
|
boolean |
hasCustomdata()
This is an optional feature, which allows a bidder to set data in the exchange’s cookie.
|
boolean |
hasId()
ID of the bid request.
|
boolean |
hasNbr()
Reason for not bidding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
ID of the bid request.
optional string id = 1;String getId()
ID of the bid request.
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
ID of the bid request.
optional string id = 1;List<OpenRtbProtobuf.SeatBid> getSeatbidList()
Array of seatbid objects.
repeated .open_rtb.SeatBid seatbid = 2;OpenRtbProtobuf.SeatBid getSeatbid(int index)
Array of seatbid objects.
repeated .open_rtb.SeatBid seatbid = 2;int getSeatbidCount()
Array of seatbid objects.
repeated .open_rtb.SeatBid seatbid = 2;List<? extends OpenRtbProtobuf.SeatBidOrBuilder> getSeatbidOrBuilderList()
Array of seatbid objects.
repeated .open_rtb.SeatBid seatbid = 2;OpenRtbProtobuf.SeatBidOrBuilder getSeatbidOrBuilder(int index)
Array of seatbid objects.
repeated .open_rtb.SeatBid seatbid = 2;boolean hasBidid()
Bid response ID to assist tracking for bidders. This value is chosen by the bidder for cross-reference.
optional string bidid = 3;String getBidid()
Bid response ID to assist tracking for bidders. This value is chosen by the bidder for cross-reference.
optional string bidid = 3;com.google.protobuf.ByteString getBididBytes()
Bid response ID to assist tracking for bidders. This value is chosen by the bidder for cross-reference.
optional string bidid = 3;boolean hasCur()
Bid currency using ISO-4217 alphabetic codes; default is “USD”.
optional string cur = 4 [default = "USD"];String getCur()
Bid currency using ISO-4217 alphabetic codes; default is “USD”.
optional string cur = 4 [default = "USD"];com.google.protobuf.ByteString getCurBytes()
Bid currency using ISO-4217 alphabetic codes; default is “USD”.
optional string cur = 4 [default = "USD"];boolean hasCustomdata()
This is an optional feature, which allows a bidder to set data in the exchange’s cookie. The string may be in base85 cookie safe characters, and be in any format. This may be useful for storing user features. Note: Proper JSON encoding must be used to include “escaped” quotation marks.
optional string customdata = 5;String getCustomdata()
This is an optional feature, which allows a bidder to set data in the exchange’s cookie. The string may be in base85 cookie safe characters, and be in any format. This may be useful for storing user features. Note: Proper JSON encoding must be used to include “escaped” quotation marks.
optional string customdata = 5;com.google.protobuf.ByteString getCustomdataBytes()
This is an optional feature, which allows a bidder to set data in the exchange’s cookie. The string may be in base85 cookie safe characters, and be in any format. This may be useful for storing user features. Note: Proper JSON encoding must be used to include “escaped” quotation marks.
optional string customdata = 5;boolean hasNbr()
Reason for not bidding. See Table 6.19 No-Bid Reason Codes.
optional uint32 nbr = 6;int getNbr()
Reason for not bidding. See Table 6.19 No-Bid Reason Codes.
optional uint32 nbr = 6;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.