@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2016-12-21") public class BidResponseThrift extends Object implements TBase<BidResponseThrift,BidResponseThrift._Fields>, Serializable, Cloneable, Comparable<BidResponseThrift>
| Modifier and Type | Class and Description |
|---|---|
static class |
BidResponseThrift._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
String |
bidid
Bid response ID to assist tracking for bidders.
|
String |
cur
Bid currency using ISO-4217 alphabetic codes; default is “USD”.
|
String |
customdata
This is an optional feature, which allows a bidder to set data in the exchange’s cookie.
|
String |
id
ID of the bid request.
|
static Map<BidResponseThrift._Fields,FieldMetaData> |
metaDataMap |
short |
nbr
Reason for not bidding.
|
List<SeatBidThrift> |
seatbid
Array of seatbid objects.
|
| Constructor and Description |
|---|
BidResponseThrift() |
BidResponseThrift(BidResponseThrift other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSeatbid(SeatBidThrift elem) |
void |
clear() |
int |
compareTo(BidResponseThrift other) |
BidResponseThrift |
deepCopy() |
boolean |
equals(BidResponseThrift that) |
boolean |
equals(Object that) |
BidResponseThrift._Fields |
fieldForId(int fieldId) |
String |
getBidid()
Bid response ID to assist tracking for bidders.
|
String |
getCur()
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.
|
Object |
getFieldValue(BidResponseThrift._Fields field) |
String |
getId()
ID of the bid request.
|
short |
getNbr()
Reason for not bidding.
|
List<SeatBidThrift> |
getSeatbid()
Array of seatbid objects.
|
Iterator<SeatBidThrift> |
getSeatbidIterator() |
int |
getSeatbidSize() |
int |
hashCode() |
boolean |
isSet(BidResponseThrift._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetBidid()
Returns true if field bidid is set (has been assigned a value) and false otherwise
|
boolean |
isSetCur()
Returns true if field cur is set (has been assigned a value) and false otherwise
|
boolean |
isSetCustomdata()
Returns true if field customdata is set (has been assigned a value) and false otherwise
|
boolean |
isSetId()
Returns true if field id is set (has been assigned a value) and false otherwise
|
boolean |
isSetNbr()
Returns true if field nbr is set (has been assigned a value) and false otherwise
|
boolean |
isSetSeatbid()
Returns true if field seatbid is set (has been assigned a value) and false otherwise
|
void |
read(TProtocol iprot) |
BidResponseThrift |
setBidid(String bidid)
Bid response ID to assist tracking for bidders.
|
void |
setBididIsSet(boolean value) |
BidResponseThrift |
setCur(String cur)
Bid currency using ISO-4217 alphabetic codes; default is “USD”.
|
void |
setCurIsSet(boolean value) |
BidResponseThrift |
setCustomdata(String customdata)
This is an optional feature, which allows a bidder to set data in the exchange’s cookie.
|
void |
setCustomdataIsSet(boolean value) |
void |
setFieldValue(BidResponseThrift._Fields field,
Object value) |
BidResponseThrift |
setId(String id)
ID of the bid request.
|
void |
setIdIsSet(boolean value) |
BidResponseThrift |
setNbr(short nbr)
Reason for not bidding.
|
void |
setNbrIsSet(boolean value) |
BidResponseThrift |
setSeatbid(List<SeatBidThrift> seatbid)
Array of seatbid objects.
|
void |
setSeatbidIsSet(boolean value) |
String |
toString() |
void |
unsetBidid() |
void |
unsetCur() |
void |
unsetCustomdata() |
void |
unsetId() |
void |
unsetNbr() |
void |
unsetSeatbid() |
void |
validate() |
void |
write(TProtocol oprot) |
public String id
public List<SeatBidThrift> seatbid
public String bidid
public String cur
public String customdata
public short nbr
public static final Map<BidResponseThrift._Fields,FieldMetaData> metaDataMap
public BidResponseThrift()
public BidResponseThrift(BidResponseThrift other)
public BidResponseThrift deepCopy()
deepCopy in interface TBase<BidResponseThrift,BidResponseThrift._Fields>public void clear()
clear in interface TBase<BidResponseThrift,BidResponseThrift._Fields>public String getId()
public BidResponseThrift setId(String id)
public void unsetId()
public boolean isSetId()
public void setIdIsSet(boolean value)
public int getSeatbidSize()
public Iterator<SeatBidThrift> getSeatbidIterator()
public void addToSeatbid(SeatBidThrift elem)
public List<SeatBidThrift> getSeatbid()
public BidResponseThrift setSeatbid(List<SeatBidThrift> seatbid)
public void unsetSeatbid()
public boolean isSetSeatbid()
public void setSeatbidIsSet(boolean value)
public String getBidid()
public BidResponseThrift setBidid(String bidid)
public void unsetBidid()
public boolean isSetBidid()
public void setBididIsSet(boolean value)
public String getCur()
public BidResponseThrift setCur(String cur)
public void unsetCur()
public boolean isSetCur()
public void setCurIsSet(boolean value)
public String getCustomdata()
public BidResponseThrift setCustomdata(String customdata)
public void unsetCustomdata()
public boolean isSetCustomdata()
public void setCustomdataIsSet(boolean value)
public short getNbr()
public BidResponseThrift setNbr(short nbr)
public void unsetNbr()
public boolean isSetNbr()
public void setNbrIsSet(boolean value)
public void setFieldValue(BidResponseThrift._Fields field, Object value)
setFieldValue in interface TBase<BidResponseThrift,BidResponseThrift._Fields>public Object getFieldValue(BidResponseThrift._Fields field)
getFieldValue in interface TBase<BidResponseThrift,BidResponseThrift._Fields>public boolean isSet(BidResponseThrift._Fields field)
isSet in interface TBase<BidResponseThrift,BidResponseThrift._Fields>public boolean equals(BidResponseThrift that)
public int compareTo(BidResponseThrift other)
compareTo in interface Comparable<BidResponseThrift>public BidResponseThrift._Fields fieldForId(int fieldId)
fieldForId in interface TBase<BidResponseThrift,BidResponseThrift._Fields>public void read(TProtocol iprot) throws TException
read in interface TBase<BidResponseThrift,BidResponseThrift._Fields>TExceptionpublic void write(TProtocol oprot) throws TException
write in interface TBase<BidResponseThrift,BidResponseThrift._Fields>TExceptionpublic void validate()
throws TException
TExceptionCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.