public static class Deal.Thrift extends Object implements Deal<DealThrift>
Deal.Avro, Deal.AvroBuilder, Deal.Builder<T>, Deal.Comparator, Deal.NativeImpl, Deal.Protobuf, Deal.ProtobufBuilder, Deal.Thrift, Deal.ThriftBuilder| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Thrift()
Create a new wrapper.
|
Thrift(DealThrift wrapped)
Wraps an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
DealThrift |
get()
Returns underlying object.
|
int |
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.
|
String |
getId()
A unique identifier for the direct deal.
|
List<String> |
getWadomain()
Array of advertiser domains allowed to bid on this Direct Deal.
|
List<String> |
getWseat()
Array of buyer seats allowed to bid on this Direct Deal.
|
int |
hashCode() |
boolean |
isDefaultAt() |
boolean |
isDefaultBidfloor() |
boolean |
isDefaultBidfloorcur() |
boolean |
isDefaultId() |
boolean |
isDefaultWadomain() |
boolean |
isDefaultWseat() |
Deal.Builder<DealThrift> |
newBuilder()
Creates a new builder based on this object.
|
String |
toString() |
avro, avro, compareTo, getAvroClass, getAvroSchema, getComparator, getProtobufClass, getProtobufDescriptor, getProtobufProtocolClass, getProtobufProtocolDescriptor, getThriftClass, getThriftMetadataMap, isDefault, nativeImpl, newAvroBuilder, newAvroBuilder, newAvroBuilder, newAvroBuilder, newNativeImplBuilder, newNativeImplBuilder, newProtobufBuilder, newProtobufBuilder, newProtobufBuilder, newThriftBuilder, newThriftBuilder, newThriftBuilder, protobuf, protobuf, thrift, thriftpublic static final long serialVersionUID
public Thrift(DealThrift wrapped)
public Thrift()
public DealThrift get()
Dealget in interface Supplier<DealThrift>get in interface Deal<DealThrift>public Deal.Builder<DealThrift> newBuilder()
DealnewBuilder in interface Deal<DealThrift>public String getId()
DealgetId in interface Deal<DealThrift>public boolean isDefaultId()
isDefaultId in interface Deal<DealThrift>public double getBidfloor()
DealgetBidfloor in interface Deal<DealThrift>public boolean isDefaultBidfloor()
isDefaultBidfloor in interface Deal<DealThrift>public String getBidfloorcur()
DealgetBidfloorcur in interface Deal<DealThrift>public boolean isDefaultBidfloorcur()
isDefaultBidfloorcur in interface Deal<DealThrift>public List<String> getWseat()
DealgetWseat in interface Deal<DealThrift>public boolean isDefaultWseat()
isDefaultWseat in interface Deal<DealThrift>public List<String> getWadomain()
DealgetWadomain in interface Deal<DealThrift>public boolean isDefaultWadomain()
isDefaultWadomain in interface Deal<DealThrift>public int getAt()
DealgetAt in interface Deal<DealThrift>public boolean isDefaultAt()
isDefaultAt in interface Deal<DealThrift>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.