public static class SeatBidAvro.Builder extends SpecificRecordBuilderBase<SeatBidAvro> implements RecordBuilder<SeatBidAvro>
| Constructor and Description |
|---|
Builder() |
Builder(SeatBidAvro.Builder other) |
Builder(SeatBidAvro other) |
| Modifier and Type | Method and Description |
|---|---|
SeatBidAvro |
build() |
SeatBidAvro.Builder |
clearBid()
Clears the value of the 'bid' field.
|
SeatBidAvro.Builder |
clearGroup()
Clears the value of the 'group' field.
|
SeatBidAvro.Builder |
clearSeat()
Clears the value of the 'seat' field.
|
GenericData.Array<BidAvro> |
getBid()
Gets the value of the 'bid' field.
|
int |
getGroup()
Gets the value of the 'group' field.
|
Utf8 |
getSeat()
Gets the value of the 'seat' field.
|
boolean |
hasBid()
Checks whether the 'bid' field has been set.
|
boolean |
hasGroup()
Checks whether the 'group' field has been set.
|
boolean |
hasSeat()
Checks whether the 'seat' field has been set.
|
SeatBidAvro.Builder |
setBid(GenericData.Array<BidAvro> value)
Sets the value of the 'bid' field.
|
SeatBidAvro.Builder |
setGroup(int value)
Sets the value of the 'group' field.
|
SeatBidAvro.Builder |
setSeat(Utf8 value)
Sets the value of the 'seat' field.
|
equals, hashCodepublic Builder()
public Builder(SeatBidAvro.Builder other)
public Builder(SeatBidAvro other)
public GenericData.Array<BidAvro> getBid()
public SeatBidAvro.Builder setBid(GenericData.Array<BidAvro> value)
public boolean hasBid()
public SeatBidAvro.Builder clearBid()
public Utf8 getSeat()
public SeatBidAvro.Builder setSeat(Utf8 value)
public boolean hasSeat()
public SeatBidAvro.Builder clearSeat()
public int getGroup()
public SeatBidAvro.Builder setGroup(int value)
public boolean hasGroup()
public SeatBidAvro.Builder clearGroup()
public SeatBidAvro build()
build in interface RecordBuilder<SeatBidAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.