@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2016-12-21") public class DealThrift extends Object implements TBase<DealThrift,DealThrift._Fields>, Serializable, Cloneable, Comparable<DealThrift>
| Modifier and Type | Class and Description |
|---|---|
static class |
DealThrift._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
short |
at
Auction type.
|
double |
bidfloor
Bid floor for this impression (in CPM of bidfloorcur).
|
String |
bidfloorcur
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO- 4217 alphabetic codes.
|
String |
id
A unique identifier for the direct deal.
|
static Map<DealThrift._Fields,FieldMetaData> |
metaDataMap |
List<String> |
wadomain
Array of advertiser domains allowed to bid on this Direct Deal.
|
List<String> |
wseat
Array of buyer seats allowed to bid on this Direct Deal.
|
| Constructor and Description |
|---|
DealThrift() |
DealThrift(DealThrift other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToWadomain(String elem) |
void |
addToWseat(String elem) |
void |
clear() |
int |
compareTo(DealThrift other) |
DealThrift |
deepCopy() |
boolean |
equals(DealThrift that) |
boolean |
equals(Object that) |
DealThrift._Fields |
fieldForId(int fieldId) |
short |
getAt()
Auction type.
|
double |
getBidfloor()
Bid floor for this impression (in CPM of bidfloorcur).
|
String |
getBidfloorcur()
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO- 4217 alphabetic codes.
|
Object |
getFieldValue(DealThrift._Fields field) |
String |
getId()
A unique identifier for the direct deal.
|
List<String> |
getWadomain()
Array of advertiser domains allowed to bid on this Direct Deal.
|
Iterator<String> |
getWadomainIterator() |
int |
getWadomainSize() |
List<String> |
getWseat()
Array of buyer seats allowed to bid on this Direct Deal.
|
Iterator<String> |
getWseatIterator() |
int |
getWseatSize() |
int |
hashCode() |
boolean |
isSet(DealThrift._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAt()
Returns true if field at is set (has been assigned a value) and false otherwise
|
boolean |
isSetBidfloor()
Returns true if field bidfloor is set (has been assigned a value) and false otherwise
|
boolean |
isSetBidfloorcur()
Returns true if field bidfloorcur 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 |
isSetWadomain()
Returns true if field wadomain is set (has been assigned a value) and false otherwise
|
boolean |
isSetWseat()
Returns true if field wseat is set (has been assigned a value) and false otherwise
|
void |
read(TProtocol iprot) |
DealThrift |
setAt(short at)
Auction type.
|
void |
setAtIsSet(boolean value) |
DealThrift |
setBidfloor(double bidfloor)
Bid floor for this impression (in CPM of bidfloorcur).
|
DealThrift |
setBidfloorcur(String bidfloorcur)
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO- 4217 alphabetic codes.
|
void |
setBidfloorcurIsSet(boolean value) |
void |
setBidfloorIsSet(boolean value) |
void |
setFieldValue(DealThrift._Fields field,
Object value) |
DealThrift |
setId(String id)
A unique identifier for the direct deal.
|
void |
setIdIsSet(boolean value) |
DealThrift |
setWadomain(List<String> wadomain)
Array of advertiser domains allowed to bid on this Direct Deal.
|
void |
setWadomainIsSet(boolean value) |
DealThrift |
setWseat(List<String> wseat)
Array of buyer seats allowed to bid on this Direct Deal.
|
void |
setWseatIsSet(boolean value) |
String |
toString() |
void |
unsetAt() |
void |
unsetBidfloor() |
void |
unsetBidfloorcur() |
void |
unsetId() |
void |
unsetWadomain() |
void |
unsetWseat() |
void |
validate() |
void |
write(TProtocol oprot) |
public String id
public double bidfloor
public String bidfloorcur
public List<String> wseat
public List<String> wadomain
public short at
public static final Map<DealThrift._Fields,FieldMetaData> metaDataMap
public DealThrift()
public DealThrift(DealThrift other)
public DealThrift deepCopy()
deepCopy in interface TBase<DealThrift,DealThrift._Fields>public void clear()
clear in interface TBase<DealThrift,DealThrift._Fields>public String getId()
public DealThrift setId(String id)
public void unsetId()
public boolean isSetId()
public void setIdIsSet(boolean value)
public double getBidfloor()
public DealThrift setBidfloor(double bidfloor)
public void unsetBidfloor()
public boolean isSetBidfloor()
public void setBidfloorIsSet(boolean value)
public String getBidfloorcur()
public DealThrift setBidfloorcur(String bidfloorcur)
public void unsetBidfloorcur()
public boolean isSetBidfloorcur()
public void setBidfloorcurIsSet(boolean value)
public int getWseatSize()
public void addToWseat(String elem)
public List<String> getWseat()
public DealThrift setWseat(List<String> wseat)
public void unsetWseat()
public boolean isSetWseat()
public void setWseatIsSet(boolean value)
public int getWadomainSize()
public void addToWadomain(String elem)
public List<String> getWadomain()
public DealThrift setWadomain(List<String> wadomain)
public void unsetWadomain()
public boolean isSetWadomain()
public void setWadomainIsSet(boolean value)
public short getAt()
public DealThrift setAt(short at)
public void unsetAt()
public boolean isSetAt()
public void setAtIsSet(boolean value)
public void setFieldValue(DealThrift._Fields field, Object value)
setFieldValue in interface TBase<DealThrift,DealThrift._Fields>public Object getFieldValue(DealThrift._Fields field)
getFieldValue in interface TBase<DealThrift,DealThrift._Fields>public boolean isSet(DealThrift._Fields field)
isSet in interface TBase<DealThrift,DealThrift._Fields>public boolean equals(DealThrift that)
public int compareTo(DealThrift other)
compareTo in interface Comparable<DealThrift>public DealThrift._Fields fieldForId(int fieldId)
fieldForId in interface TBase<DealThrift,DealThrift._Fields>public void read(TProtocol iprot) throws TException
read in interface TBase<DealThrift,DealThrift._Fields>TExceptionpublic void write(TProtocol oprot) throws TException
write in interface TBase<DealThrift,DealThrift._Fields>TExceptionpublic void validate()
throws TException
TExceptionCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.