public static class BannerAvro.Builder extends SpecificRecordBuilderBase<BannerAvro> implements RecordBuilder<BannerAvro>
| Constructor and Description |
|---|
Builder() |
Builder(BannerAvro.Builder other) |
Builder(BannerAvro other) |
| Modifier and Type | Method and Description |
|---|---|
BannerAvro |
build() |
BannerAvro.Builder |
clearApi()
Clears the value of the 'api' field.
|
BannerAvro.Builder |
clearBattr()
Clears the value of the 'battr' field.
|
BannerAvro.Builder |
clearBtype()
Clears the value of the 'btype' field.
|
BannerAvro.Builder |
clearExpdir()
Clears the value of the 'expdir' field.
|
BannerAvro.Builder |
clearH()
Clears the value of the 'h' field.
|
BannerAvro.Builder |
clearHmax()
Clears the value of the 'hmax' field.
|
BannerAvro.Builder |
clearHmin()
Clears the value of the 'hmin' field.
|
BannerAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
BannerAvro.Builder |
clearMimes()
Clears the value of the 'mimes' field.
|
BannerAvro.Builder |
clearPos()
Clears the value of the 'pos' field.
|
BannerAvro.Builder |
clearTopframe()
Clears the value of the 'topframe' field.
|
BannerAvro.Builder |
clearW()
Clears the value of the 'w' field.
|
BannerAvro.Builder |
clearWmax()
Clears the value of the 'wmax' field.
|
BannerAvro.Builder |
clearWmin()
Clears the value of the 'wmin' field.
|
GenericData.Array<Integer> |
getApi()
Gets the value of the 'api' field.
|
GenericData.Array<Integer> |
getBattr()
Gets the value of the 'battr' field.
|
GenericData.Array<Integer> |
getBtype()
Gets the value of the 'btype' field.
|
GenericData.Array<Integer> |
getExpdir()
Gets the value of the 'expdir' field.
|
int |
getH()
Gets the value of the 'h' field.
|
int |
getHmax()
Gets the value of the 'hmax' field.
|
int |
getHmin()
Gets the value of the 'hmin' field.
|
Utf8 |
getId()
Gets the value of the 'id' field.
|
GenericData.Array<Utf8> |
getMimes()
Gets the value of the 'mimes' field.
|
int |
getPos()
Gets the value of the 'pos' field.
|
int |
getTopframe()
Gets the value of the 'topframe' field.
|
int |
getW()
Gets the value of the 'w' field.
|
int |
getWmax()
Gets the value of the 'wmax' field.
|
int |
getWmin()
Gets the value of the 'wmin' field.
|
boolean |
hasApi()
Checks whether the 'api' field has been set.
|
boolean |
hasBattr()
Checks whether the 'battr' field has been set.
|
boolean |
hasBtype()
Checks whether the 'btype' field has been set.
|
boolean |
hasExpdir()
Checks whether the 'expdir' field has been set.
|
boolean |
hasH()
Checks whether the 'h' field has been set.
|
boolean |
hasHmax()
Checks whether the 'hmax' field has been set.
|
boolean |
hasHmin()
Checks whether the 'hmin' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasMimes()
Checks whether the 'mimes' field has been set.
|
boolean |
hasPos()
Checks whether the 'pos' field has been set.
|
boolean |
hasTopframe()
Checks whether the 'topframe' field has been set.
|
boolean |
hasW()
Checks whether the 'w' field has been set.
|
boolean |
hasWmax()
Checks whether the 'wmax' field has been set.
|
boolean |
hasWmin()
Checks whether the 'wmin' field has been set.
|
BannerAvro.Builder |
setApi(GenericData.Array<Integer> value)
Sets the value of the 'api' field.
|
BannerAvro.Builder |
setBattr(GenericData.Array<Integer> value)
Sets the value of the 'battr' field.
|
BannerAvro.Builder |
setBtype(GenericData.Array<Integer> value)
Sets the value of the 'btype' field.
|
BannerAvro.Builder |
setExpdir(GenericData.Array<Integer> value)
Sets the value of the 'expdir' field.
|
BannerAvro.Builder |
setH(int value)
Sets the value of the 'h' field.
|
BannerAvro.Builder |
setHmax(int value)
Sets the value of the 'hmax' field.
|
BannerAvro.Builder |
setHmin(int value)
Sets the value of the 'hmin' field.
|
BannerAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
BannerAvro.Builder |
setMimes(GenericData.Array<Utf8> value)
Sets the value of the 'mimes' field.
|
BannerAvro.Builder |
setPos(int value)
Sets the value of the 'pos' field.
|
BannerAvro.Builder |
setTopframe(int value)
Sets the value of the 'topframe' field.
|
BannerAvro.Builder |
setW(int value)
Sets the value of the 'w' field.
|
BannerAvro.Builder |
setWmax(int value)
Sets the value of the 'wmax' field.
|
BannerAvro.Builder |
setWmin(int value)
Sets the value of the 'wmin' field.
|
equals, hashCodepublic Builder()
public Builder(BannerAvro.Builder other)
public Builder(BannerAvro other)
public int getW()
public BannerAvro.Builder setW(int value)
public boolean hasW()
public BannerAvro.Builder clearW()
public int getH()
public BannerAvro.Builder setH(int value)
public boolean hasH()
public BannerAvro.Builder clearH()
public int getWmax()
public BannerAvro.Builder setWmax(int value)
public boolean hasWmax()
public BannerAvro.Builder clearWmax()
public int getHmax()
public BannerAvro.Builder setHmax(int value)
public boolean hasHmax()
public BannerAvro.Builder clearHmax()
public int getWmin()
public BannerAvro.Builder setWmin(int value)
public boolean hasWmin()
public BannerAvro.Builder clearWmin()
public int getHmin()
public BannerAvro.Builder setHmin(int value)
public boolean hasHmin()
public BannerAvro.Builder clearHmin()
public Utf8 getId()
public BannerAvro.Builder setId(Utf8 value)
public boolean hasId()
public BannerAvro.Builder clearId()
public int getPos()
public BannerAvro.Builder setPos(int value)
public boolean hasPos()
public BannerAvro.Builder clearPos()
public GenericData.Array<Integer> getBtype()
public BannerAvro.Builder setBtype(GenericData.Array<Integer> value)
public boolean hasBtype()
public BannerAvro.Builder clearBtype()
public GenericData.Array<Integer> getBattr()
public BannerAvro.Builder setBattr(GenericData.Array<Integer> value)
public boolean hasBattr()
public BannerAvro.Builder clearBattr()
public GenericData.Array<Utf8> getMimes()
public BannerAvro.Builder setMimes(GenericData.Array<Utf8> value)
public boolean hasMimes()
public BannerAvro.Builder clearMimes()
public int getTopframe()
public BannerAvro.Builder setTopframe(int value)
public boolean hasTopframe()
public BannerAvro.Builder clearTopframe()
public GenericData.Array<Integer> getExpdir()
public BannerAvro.Builder setExpdir(GenericData.Array<Integer> value)
public boolean hasExpdir()
public BannerAvro.Builder clearExpdir()
public GenericData.Array<Integer> getApi()
public BannerAvro.Builder setApi(GenericData.Array<Integer> value)
public boolean hasApi()
public BannerAvro.Builder clearApi()
public BannerAvro build()
build in interface RecordBuilder<BannerAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.