public static class BidRequestAvro.Builder extends SpecificRecordBuilderBase<BidRequestAvro> implements RecordBuilder<BidRequestAvro>
| Constructor and Description |
|---|
Builder() |
Builder(BidRequestAvro.Builder other) |
Builder(BidRequestAvro other) |
| Modifier and Type | Method and Description |
|---|---|
BidRequestAvro |
build() |
BidRequestAvro.Builder |
clearAllimps()
Clears the value of the 'allimps' field.
|
BidRequestAvro.Builder |
clearApp()
Clears the value of the 'app' field.
|
BidRequestAvro.Builder |
clearAt()
Clears the value of the 'at' field.
|
BidRequestAvro.Builder |
clearBadv()
Clears the value of the 'badv' field.
|
BidRequestAvro.Builder |
clearBcat()
Clears the value of the 'bcat' field.
|
BidRequestAvro.Builder |
clearCur()
Clears the value of the 'cur' field.
|
BidRequestAvro.Builder |
clearDevice()
Clears the value of the 'device' field.
|
BidRequestAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
BidRequestAvro.Builder |
clearImp()
Clears the value of the 'imp' field.
|
BidRequestAvro.Builder |
clearRegs()
Clears the value of the 'regs' field.
|
BidRequestAvro.Builder |
clearSite()
Clears the value of the 'site' field.
|
BidRequestAvro.Builder |
clearTmax()
Clears the value of the 'tmax' field.
|
BidRequestAvro.Builder |
clearUser()
Clears the value of the 'user' field.
|
BidRequestAvro.Builder |
clearWseat()
Clears the value of the 'wseat' field.
|
int |
getAllimps()
Gets the value of the 'allimps' field.
|
AppAvro |
getApp()
Gets the value of the 'app' field.
|
int |
getAt()
Gets the value of the 'at' field.
|
GenericData.Array<Utf8> |
getBadv()
Gets the value of the 'badv' field.
|
GenericData.Array<Utf8> |
getBcat()
Gets the value of the 'bcat' field.
|
GenericData.Array<Utf8> |
getCur()
Gets the value of the 'cur' field.
|
DeviceAvro |
getDevice()
Gets the value of the 'device' field.
|
Utf8 |
getId()
Gets the value of the 'id' field.
|
GenericData.Array<ImpressionAvro> |
getImp()
Gets the value of the 'imp' field.
|
RegulationsAvro |
getRegs()
Gets the value of the 'regs' field.
|
SiteAvro |
getSite()
Gets the value of the 'site' field.
|
int |
getTmax()
Gets the value of the 'tmax' field.
|
UserAvro |
getUser()
Gets the value of the 'user' field.
|
GenericData.Array<Utf8> |
getWseat()
Gets the value of the 'wseat' field.
|
boolean |
hasAllimps()
Checks whether the 'allimps' field has been set.
|
boolean |
hasApp()
Checks whether the 'app' field has been set.
|
boolean |
hasAt()
Checks whether the 'at' field has been set.
|
boolean |
hasBadv()
Checks whether the 'badv' field has been set.
|
boolean |
hasBcat()
Checks whether the 'bcat' field has been set.
|
boolean |
hasCur()
Checks whether the 'cur' field has been set.
|
boolean |
hasDevice()
Checks whether the 'device' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasImp()
Checks whether the 'imp' field has been set.
|
boolean |
hasRegs()
Checks whether the 'regs' field has been set.
|
boolean |
hasSite()
Checks whether the 'site' field has been set.
|
boolean |
hasTmax()
Checks whether the 'tmax' field has been set.
|
boolean |
hasUser()
Checks whether the 'user' field has been set.
|
boolean |
hasWseat()
Checks whether the 'wseat' field has been set.
|
BidRequestAvro.Builder |
setAllimps(int value)
Sets the value of the 'allimps' field.
|
BidRequestAvro.Builder |
setApp(AppAvro value)
Sets the value of the 'app' field.
|
BidRequestAvro.Builder |
setAt(int value)
Sets the value of the 'at' field.
|
BidRequestAvro.Builder |
setBadv(GenericData.Array<Utf8> value)
Sets the value of the 'badv' field.
|
BidRequestAvro.Builder |
setBcat(GenericData.Array<Utf8> value)
Sets the value of the 'bcat' field.
|
BidRequestAvro.Builder |
setCur(GenericData.Array<Utf8> value)
Sets the value of the 'cur' field.
|
BidRequestAvro.Builder |
setDevice(DeviceAvro value)
Sets the value of the 'device' field.
|
BidRequestAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
BidRequestAvro.Builder |
setImp(GenericData.Array<ImpressionAvro> value)
Sets the value of the 'imp' field.
|
BidRequestAvro.Builder |
setRegs(RegulationsAvro value)
Sets the value of the 'regs' field.
|
BidRequestAvro.Builder |
setSite(SiteAvro value)
Sets the value of the 'site' field.
|
BidRequestAvro.Builder |
setTmax(int value)
Sets the value of the 'tmax' field.
|
BidRequestAvro.Builder |
setUser(UserAvro value)
Sets the value of the 'user' field.
|
BidRequestAvro.Builder |
setWseat(GenericData.Array<Utf8> value)
Sets the value of the 'wseat' field.
|
equals, hashCodepublic Builder()
public Builder(BidRequestAvro.Builder other)
public Builder(BidRequestAvro other)
public Utf8 getId()
public BidRequestAvro.Builder setId(Utf8 value)
public boolean hasId()
public BidRequestAvro.Builder clearId()
public GenericData.Array<ImpressionAvro> getImp()
public BidRequestAvro.Builder setImp(GenericData.Array<ImpressionAvro> value)
public boolean hasImp()
public BidRequestAvro.Builder clearImp()
public SiteAvro getSite()
public BidRequestAvro.Builder setSite(SiteAvro value)
public boolean hasSite()
public BidRequestAvro.Builder clearSite()
public AppAvro getApp()
public BidRequestAvro.Builder setApp(AppAvro value)
public boolean hasApp()
public BidRequestAvro.Builder clearApp()
public DeviceAvro getDevice()
public BidRequestAvro.Builder setDevice(DeviceAvro value)
public boolean hasDevice()
public BidRequestAvro.Builder clearDevice()
public UserAvro getUser()
public BidRequestAvro.Builder setUser(UserAvro value)
public boolean hasUser()
public BidRequestAvro.Builder clearUser()
public int getAt()
public BidRequestAvro.Builder setAt(int value)
public boolean hasAt()
public BidRequestAvro.Builder clearAt()
public int getTmax()
public BidRequestAvro.Builder setTmax(int value)
public boolean hasTmax()
public BidRequestAvro.Builder clearTmax()
public GenericData.Array<Utf8> getWseat()
public BidRequestAvro.Builder setWseat(GenericData.Array<Utf8> value)
public boolean hasWseat()
public BidRequestAvro.Builder clearWseat()
public int getAllimps()
public BidRequestAvro.Builder setAllimps(int value)
public boolean hasAllimps()
public BidRequestAvro.Builder clearAllimps()
public GenericData.Array<Utf8> getCur()
public BidRequestAvro.Builder setCur(GenericData.Array<Utf8> value)
public boolean hasCur()
public BidRequestAvro.Builder clearCur()
public GenericData.Array<Utf8> getBcat()
public BidRequestAvro.Builder setBcat(GenericData.Array<Utf8> value)
public boolean hasBcat()
public BidRequestAvro.Builder clearBcat()
public GenericData.Array<Utf8> getBadv()
public BidRequestAvro.Builder setBadv(GenericData.Array<Utf8> value)
public boolean hasBadv()
public BidRequestAvro.Builder clearBadv()
public RegulationsAvro getRegs()
public BidRequestAvro.Builder setRegs(RegulationsAvro value)
public boolean hasRegs()
public BidRequestAvro.Builder clearRegs()
public BidRequestAvro build()
build in interface RecordBuilder<BidRequestAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.