public static class DealAvro.Builder extends SpecificRecordBuilderBase<DealAvro> implements RecordBuilder<DealAvro>
| Constructor and Description |
|---|
Builder() |
Builder(DealAvro.Builder other) |
Builder(DealAvro other) |
| Modifier and Type | Method and Description |
|---|---|
DealAvro |
build() |
DealAvro.Builder |
clearAt()
Clears the value of the 'at' field.
|
DealAvro.Builder |
clearBidfloor()
Clears the value of the 'bidfloor' field.
|
DealAvro.Builder |
clearBidfloorcur()
Clears the value of the 'bidfloorcur' field.
|
DealAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
DealAvro.Builder |
clearWadomain()
Clears the value of the 'wadomain' field.
|
DealAvro.Builder |
clearWseat()
Clears the value of the 'wseat' field.
|
int |
getAt()
Gets the value of the 'at' field.
|
double |
getBidfloor()
Gets the value of the 'bidfloor' field.
|
Utf8 |
getBidfloorcur()
Gets the value of the 'bidfloorcur' field.
|
Utf8 |
getId()
Gets the value of the 'id' field.
|
GenericData.Array<Utf8> |
getWadomain()
Gets the value of the 'wadomain' field.
|
GenericData.Array<Utf8> |
getWseat()
Gets the value of the 'wseat' field.
|
boolean |
hasAt()
Checks whether the 'at' field has been set.
|
boolean |
hasBidfloor()
Checks whether the 'bidfloor' field has been set.
|
boolean |
hasBidfloorcur()
Checks whether the 'bidfloorcur' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasWadomain()
Checks whether the 'wadomain' field has been set.
|
boolean |
hasWseat()
Checks whether the 'wseat' field has been set.
|
DealAvro.Builder |
setAt(int value)
Sets the value of the 'at' field.
|
DealAvro.Builder |
setBidfloor(double value)
Sets the value of the 'bidfloor' field.
|
DealAvro.Builder |
setBidfloorcur(Utf8 value)
Sets the value of the 'bidfloorcur' field.
|
DealAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
DealAvro.Builder |
setWadomain(GenericData.Array<Utf8> value)
Sets the value of the 'wadomain' field.
|
DealAvro.Builder |
setWseat(GenericData.Array<Utf8> value)
Sets the value of the 'wseat' field.
|
equals, hashCodepublic Builder()
public Builder(DealAvro.Builder other)
public Builder(DealAvro other)
public Utf8 getId()
public DealAvro.Builder setId(Utf8 value)
public boolean hasId()
public DealAvro.Builder clearId()
public double getBidfloor()
public DealAvro.Builder setBidfloor(double value)
public boolean hasBidfloor()
public DealAvro.Builder clearBidfloor()
public Utf8 getBidfloorcur()
public DealAvro.Builder setBidfloorcur(Utf8 value)
public boolean hasBidfloorcur()
public DealAvro.Builder clearBidfloorcur()
public GenericData.Array<Utf8> getWseat()
public DealAvro.Builder setWseat(GenericData.Array<Utf8> value)
public boolean hasWseat()
public DealAvro.Builder clearWseat()
public GenericData.Array<Utf8> getWadomain()
public DealAvro.Builder setWadomain(GenericData.Array<Utf8> value)
public boolean hasWadomain()
public DealAvro.Builder clearWadomain()
public int getAt()
public DealAvro.Builder setAt(int value)
public boolean hasAt()
public DealAvro.Builder clearAt()
public DealAvro build()
build in interface RecordBuilder<DealAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.