public class ExchangesConfig extends Object implements Config
Lot49Config
section. See each particular
configuration for more documentation. You will need it when integrating with the exchange,
otherwise you won't.Modifier and Type | Field and Description |
---|---|
private AdaptvConfig |
adaptv |
private AdXConfig |
adx |
private BidSwitchConfig |
bidswitch |
private LiverailConfig |
liverail |
private OpenXConfig |
openx |
private PubmaticConfig |
pubmatic |
Constructor and Description |
---|
ExchangesConfig() |
Modifier and Type | Method and Description |
---|---|
AdaptvConfig |
getAdaptv() |
AdXConfig |
getAdx() |
BidSwitchConfig |
getBidswitch() |
LiverailConfig |
getLiverail() |
OpenXConfig |
getOpenx() |
PubmaticConfig |
getPubmatic() |
void |
setAdaptv(AdaptvConfig adaptv) |
void |
setAdx(AdXConfig adx) |
void |
setBidswitch(BidSwitchConfig bidswitch) |
void |
setLiverail(LiverailConfig liverail) |
void |
setOpenx(OpenXConfig openx) |
void |
setPubmatic(PubmaticConfig pubmatic) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private PubmaticConfig pubmatic
private AdXConfig adx
private LiverailConfig liverail
private OpenXConfig openx
private BidSwitchConfig bidswitch
private AdaptvConfig adaptv
public LiverailConfig getLiverail()
public PubmaticConfig getPubmatic()
public void setPubmatic(PubmaticConfig pubmatic)
public AdXConfig getAdx()
public void setAdx(AdXConfig adx)
public void setLiverail(LiverailConfig liverail)
public BidSwitchConfig getBidswitch()
public void setBidswitch(BidSwitchConfig bidswitch)
public OpenXConfig getOpenx()
public void setOpenx(OpenXConfig openx)
public AdaptvConfig getAdaptv()
public void setAdaptv(AdaptvConfig adaptv)