@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2016-12-21") public class SeatBidThrift extends Object implements TBase<SeatBidThrift,SeatBidThrift._Fields>, Serializable, Cloneable, Comparable<SeatBidThrift>
| Modifier and Type | Class and Description |
|---|---|
static class |
SeatBidThrift._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
List<BidThrift> |
bid
Array of bid objects; each bid object relates to an imp object in the bid request.
|
byte |
group
“1” means impressions must be won-lost as a group; default is “0”.
|
static Map<SeatBidThrift._Fields,FieldMetaData> |
metaDataMap |
String |
seat
ID of the bidder seat on whose behalf this bid is made.
|
| Constructor and Description |
|---|
SeatBidThrift() |
SeatBidThrift(SeatBidThrift other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToBid(BidThrift elem) |
void |
clear() |
int |
compareTo(SeatBidThrift other) |
SeatBidThrift |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(SeatBidThrift that) |
SeatBidThrift._Fields |
fieldForId(int fieldId) |
List<BidThrift> |
getBid()
Array of bid objects; each bid object relates to an imp object in the bid request.
|
Iterator<BidThrift> |
getBidIterator() |
int |
getBidSize() |
Object |
getFieldValue(SeatBidThrift._Fields field) |
byte |
getGroup()
“1” means impressions must be won-lost as a group; default is “0”.
|
String |
getSeat()
ID of the bidder seat on whose behalf this bid is made.
|
int |
hashCode() |
boolean |
isSet(SeatBidThrift._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetBid()
Returns true if field bid is set (has been assigned a value) and false otherwise
|
boolean |
isSetGroup()
Returns true if field group is set (has been assigned a value) and false otherwise
|
boolean |
isSetSeat()
Returns true if field seat is set (has been assigned a value) and false otherwise
|
void |
read(TProtocol iprot) |
SeatBidThrift |
setBid(List<BidThrift> bid)
Array of bid objects; each bid object relates to an imp object in the bid request.
|
void |
setBidIsSet(boolean value) |
void |
setFieldValue(SeatBidThrift._Fields field,
Object value) |
SeatBidThrift |
setGroup(byte group)
“1” means impressions must be won-lost as a group; default is “0”.
|
void |
setGroupIsSet(boolean value) |
SeatBidThrift |
setSeat(String seat)
ID of the bidder seat on whose behalf this bid is made.
|
void |
setSeatIsSet(boolean value) |
String |
toString() |
void |
unsetBid() |
void |
unsetGroup() |
void |
unsetSeat() |
void |
validate() |
void |
write(TProtocol oprot) |
public List<BidThrift> bid
public String seat
public byte group
public static final Map<SeatBidThrift._Fields,FieldMetaData> metaDataMap
public SeatBidThrift()
public SeatBidThrift(SeatBidThrift other)
public SeatBidThrift deepCopy()
deepCopy in interface TBase<SeatBidThrift,SeatBidThrift._Fields>public void clear()
clear in interface TBase<SeatBidThrift,SeatBidThrift._Fields>public int getBidSize()
public void addToBid(BidThrift elem)
public List<BidThrift> getBid()
public SeatBidThrift setBid(List<BidThrift> bid)
public void unsetBid()
public boolean isSetBid()
public void setBidIsSet(boolean value)
public String getSeat()
public SeatBidThrift setSeat(String seat)
public void unsetSeat()
public boolean isSetSeat()
public void setSeatIsSet(boolean value)
public byte getGroup()
public SeatBidThrift setGroup(byte group)
public void unsetGroup()
public boolean isSetGroup()
public void setGroupIsSet(boolean value)
public void setFieldValue(SeatBidThrift._Fields field, Object value)
setFieldValue in interface TBase<SeatBidThrift,SeatBidThrift._Fields>public Object getFieldValue(SeatBidThrift._Fields field)
getFieldValue in interface TBase<SeatBidThrift,SeatBidThrift._Fields>public boolean isSet(SeatBidThrift._Fields field)
isSet in interface TBase<SeatBidThrift,SeatBidThrift._Fields>public boolean equals(SeatBidThrift that)
public int compareTo(SeatBidThrift other)
compareTo in interface Comparable<SeatBidThrift>public SeatBidThrift._Fields fieldForId(int fieldId)
fieldForId in interface TBase<SeatBidThrift,SeatBidThrift._Fields>public void read(TProtocol iprot) throws TException
read in interface TBase<SeatBidThrift,SeatBidThrift._Fields>TExceptionpublic void write(TProtocol oprot) throws TException
write in interface TBase<SeatBidThrift,SeatBidThrift._Fields>TExceptionpublic void validate()
throws TException
TExceptionCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.