-
- All Implemented Interfaces:
-
java.io.Serializable
public class BidRequest extends BaseBid
-
-
Method Summary
Modifier and Type Method Description StringgetId()voidsetId(String id)AppgetApp()voidsetApp(App app)DevicegetDevice()voidsetDevice(Device device)RegsgetRegs()voidsetRegs(Regs regs)UsergetUser()voidsetUser(User user)SourcegetSource()voidsetSource(Source source)StringgetImpOrtbConfig()voidsetImpOrtbConfig(@Nullable() String impOrtbConfig)StringgetGlobalOrtbConfig()voidsetGlobalOrtbConfig(@Nullable() String ortbConfig)ExtgetExt()JSONObjectgetJsonObject()ArrayList<Imp>getImp()voidsetImp(ArrayList<Imp> imp)-
-
Method Detail
-
getId
@VisibleForTesting() String getId()
-
getImpOrtbConfig
@Nullable() String getImpOrtbConfig()
-
setImpOrtbConfig
void setImpOrtbConfig(@Nullable() String impOrtbConfig)
-
getGlobalOrtbConfig
@Nullable() String getGlobalOrtbConfig()
-
setGlobalOrtbConfig
void setGlobalOrtbConfig(@Nullable() String ortbConfig)
-
getJsonObject
JSONObject getJsonObject()
-
-
-
-