public static class PmpAvro.Builder extends SpecificRecordBuilderBase<PmpAvro> implements RecordBuilder<PmpAvro>
| Constructor and Description |
|---|
Builder() |
Builder(PmpAvro.Builder other) |
Builder(PmpAvro other) |
| Modifier and Type | Method and Description |
|---|---|
PmpAvro |
build() |
PmpAvro.Builder |
clearDeals()
Clears the value of the 'deals' field.
|
PmpAvro.Builder |
clearPrivateAuction()
Clears the value of the 'private_auction' field.
|
GenericData.Array<DealAvro> |
getDeals()
Gets the value of the 'deals' field.
|
int |
getPrivateAuction()
Gets the value of the 'private_auction' field.
|
boolean |
hasDeals()
Checks whether the 'deals' field has been set.
|
boolean |
hasPrivateAuction()
Checks whether the 'private_auction' field has been set.
|
PmpAvro.Builder |
setDeals(GenericData.Array<DealAvro> value)
Sets the value of the 'deals' field.
|
PmpAvro.Builder |
setPrivateAuction(int value)
Sets the value of the 'private_auction' field.
|
equals, hashCodepublic Builder()
public Builder(PmpAvro.Builder other)
public Builder(PmpAvro other)
public int getPrivateAuction()
public PmpAvro.Builder setPrivateAuction(int value)
public boolean hasPrivateAuction()
public PmpAvro.Builder clearPrivateAuction()
public GenericData.Array<DealAvro> getDeals()
public PmpAvro.Builder setDeals(GenericData.Array<DealAvro> value)
public boolean hasDeals()
public PmpAvro.Builder clearDeals()
public PmpAvro build()
build in interface RecordBuilder<PmpAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.