public static class BidResponseAvro.Builder extends SpecificRecordBuilderBase<BidResponseAvro> implements RecordBuilder<BidResponseAvro>
| Constructor and Description |
|---|
Builder() |
Builder(BidResponseAvro.Builder other) |
Builder(BidResponseAvro other) |
| Modifier and Type | Method and Description |
|---|---|
BidResponseAvro |
build() |
BidResponseAvro.Builder |
clearBidid()
Clears the value of the 'bidid' field.
|
BidResponseAvro.Builder |
clearCur()
Clears the value of the 'cur' field.
|
BidResponseAvro.Builder |
clearCustomdata()
Clears the value of the 'customdata' field.
|
BidResponseAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
BidResponseAvro.Builder |
clearNbr()
Clears the value of the 'nbr' field.
|
BidResponseAvro.Builder |
clearSeatbid()
Clears the value of the 'seatbid' field.
|
Utf8 |
getBidid()
Gets the value of the 'bidid' field.
|
Utf8 |
getCur()
Gets the value of the 'cur' field.
|
Utf8 |
getCustomdata()
Gets the value of the 'customdata' field.
|
Utf8 |
getId()
Gets the value of the 'id' field.
|
int |
getNbr()
Gets the value of the 'nbr' field.
|
GenericData.Array<SeatBidAvro> |
getSeatbid()
Gets the value of the 'seatbid' field.
|
boolean |
hasBidid()
Checks whether the 'bidid' field has been set.
|
boolean |
hasCur()
Checks whether the 'cur' field has been set.
|
boolean |
hasCustomdata()
Checks whether the 'customdata' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasNbr()
Checks whether the 'nbr' field has been set.
|
boolean |
hasSeatbid()
Checks whether the 'seatbid' field has been set.
|
BidResponseAvro.Builder |
setBidid(Utf8 value)
Sets the value of the 'bidid' field.
|
BidResponseAvro.Builder |
setCur(Utf8 value)
Sets the value of the 'cur' field.
|
BidResponseAvro.Builder |
setCustomdata(Utf8 value)
Sets the value of the 'customdata' field.
|
BidResponseAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
BidResponseAvro.Builder |
setNbr(int value)
Sets the value of the 'nbr' field.
|
BidResponseAvro.Builder |
setSeatbid(GenericData.Array<SeatBidAvro> value)
Sets the value of the 'seatbid' field.
|
equals, hashCodepublic Builder()
public Builder(BidResponseAvro.Builder other)
public Builder(BidResponseAvro other)
public Utf8 getId()
public BidResponseAvro.Builder setId(Utf8 value)
public boolean hasId()
public BidResponseAvro.Builder clearId()
public GenericData.Array<SeatBidAvro> getSeatbid()
public BidResponseAvro.Builder setSeatbid(GenericData.Array<SeatBidAvro> value)
public boolean hasSeatbid()
public BidResponseAvro.Builder clearSeatbid()
public Utf8 getBidid()
public BidResponseAvro.Builder setBidid(Utf8 value)
public boolean hasBidid()
public BidResponseAvro.Builder clearBidid()
public Utf8 getCur()
public BidResponseAvro.Builder setCur(Utf8 value)
public boolean hasCur()
public BidResponseAvro.Builder clearCur()
public Utf8 getCustomdata()
public BidResponseAvro.Builder setCustomdata(Utf8 value)
public boolean hasCustomdata()
public BidResponseAvro.Builder clearCustomdata()
public int getNbr()
public BidResponseAvro.Builder setNbr(int value)
public boolean hasNbr()
public BidResponseAvro.Builder clearNbr()
public BidResponseAvro build()
build in interface RecordBuilder<BidResponseAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.