public static class Deal.NativeImpl extends Object implements Deal<Deal.NativeImpl>
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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Deal.NativeImpl |
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<Deal.NativeImpl> |
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 Deal.NativeImpl get()
Dealget in interface Supplier<Deal.NativeImpl>get in interface Deal<Deal.NativeImpl>public Deal.Builder<Deal.NativeImpl> newBuilder()
DealnewBuilder in interface Deal<Deal.NativeImpl>public String getId()
DealgetId in interface Deal<Deal.NativeImpl>public boolean isDefaultId()
isDefaultId in interface Deal<Deal.NativeImpl>public double getBidfloor()
DealgetBidfloor in interface Deal<Deal.NativeImpl>public boolean isDefaultBidfloor()
isDefaultBidfloor in interface Deal<Deal.NativeImpl>public String getBidfloorcur()
DealgetBidfloorcur in interface Deal<Deal.NativeImpl>public boolean isDefaultBidfloorcur()
isDefaultBidfloorcur in interface Deal<Deal.NativeImpl>public List<String> getWseat()
DealgetWseat in interface Deal<Deal.NativeImpl>public boolean isDefaultWseat()
isDefaultWseat in interface Deal<Deal.NativeImpl>public List<String> getWadomain()
DealgetWadomain in interface Deal<Deal.NativeImpl>public boolean isDefaultWadomain()
isDefaultWadomain in interface Deal<Deal.NativeImpl>public int getAt()
DealgetAt in interface Deal<Deal.NativeImpl>public boolean isDefaultAt()
isDefaultAt in interface Deal<Deal.NativeImpl>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.