public static class ImpressionAvro.Builder extends SpecificRecordBuilderBase<ImpressionAvro> implements RecordBuilder<ImpressionAvro>
| Constructor and Description |
|---|
Builder() |
Builder(ImpressionAvro.Builder other) |
Builder(ImpressionAvro other) |
| Modifier and Type | Method and Description |
|---|---|
ImpressionAvro |
build() |
ImpressionAvro.Builder |
clearBanner()
Clears the value of the 'banner' field.
|
ImpressionAvro.Builder |
clearBidfloor()
Clears the value of the 'bidfloor' field.
|
ImpressionAvro.Builder |
clearBidfloorcur()
Clears the value of the 'bidfloorcur' field.
|
ImpressionAvro.Builder |
clearDisplaymanager()
Clears the value of the 'displaymanager' field.
|
ImpressionAvro.Builder |
clearDisplaymanagerver()
Clears the value of the 'displaymanagerver' field.
|
ImpressionAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
ImpressionAvro.Builder |
clearIframebuster()
Clears the value of the 'iframebuster' field.
|
ImpressionAvro.Builder |
clearInstl()
Clears the value of the 'instl' field.
|
ImpressionAvro.Builder |
clearPmp()
Clears the value of the 'pmp' field.
|
ImpressionAvro.Builder |
clearSecure()
Clears the value of the 'secure' field.
|
ImpressionAvro.Builder |
clearTagid()
Clears the value of the 'tagid' field.
|
ImpressionAvro.Builder |
clearVideo()
Clears the value of the 'video' field.
|
BannerAvro |
getBanner()
Gets the value of the 'banner' field.
|
double |
getBidfloor()
Gets the value of the 'bidfloor' field.
|
Utf8 |
getBidfloorcur()
Gets the value of the 'bidfloorcur' field.
|
Utf8 |
getDisplaymanager()
Gets the value of the 'displaymanager' field.
|
Utf8 |
getDisplaymanagerver()
Gets the value of the 'displaymanagerver' field.
|
Utf8 |
getId()
Gets the value of the 'id' field.
|
GenericData.Array<Utf8> |
getIframebuster()
Gets the value of the 'iframebuster' field.
|
int |
getInstl()
Gets the value of the 'instl' field.
|
PmpAvro |
getPmp()
Gets the value of the 'pmp' field.
|
int |
getSecure()
Gets the value of the 'secure' field.
|
Utf8 |
getTagid()
Gets the value of the 'tagid' field.
|
VideoAvro |
getVideo()
Gets the value of the 'video' field.
|
boolean |
hasBanner()
Checks whether the 'banner' 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 |
hasDisplaymanager()
Checks whether the 'displaymanager' field has been set.
|
boolean |
hasDisplaymanagerver()
Checks whether the 'displaymanagerver' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasIframebuster()
Checks whether the 'iframebuster' field has been set.
|
boolean |
hasInstl()
Checks whether the 'instl' field has been set.
|
boolean |
hasPmp()
Checks whether the 'pmp' field has been set.
|
boolean |
hasSecure()
Checks whether the 'secure' field has been set.
|
boolean |
hasTagid()
Checks whether the 'tagid' field has been set.
|
boolean |
hasVideo()
Checks whether the 'video' field has been set.
|
ImpressionAvro.Builder |
setBanner(BannerAvro value)
Sets the value of the 'banner' field.
|
ImpressionAvro.Builder |
setBidfloor(double value)
Sets the value of the 'bidfloor' field.
|
ImpressionAvro.Builder |
setBidfloorcur(Utf8 value)
Sets the value of the 'bidfloorcur' field.
|
ImpressionAvro.Builder |
setDisplaymanager(Utf8 value)
Sets the value of the 'displaymanager' field.
|
ImpressionAvro.Builder |
setDisplaymanagerver(Utf8 value)
Sets the value of the 'displaymanagerver' field.
|
ImpressionAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
ImpressionAvro.Builder |
setIframebuster(GenericData.Array<Utf8> value)
Sets the value of the 'iframebuster' field.
|
ImpressionAvro.Builder |
setInstl(int value)
Sets the value of the 'instl' field.
|
ImpressionAvro.Builder |
setPmp(PmpAvro value)
Sets the value of the 'pmp' field.
|
ImpressionAvro.Builder |
setSecure(int value)
Sets the value of the 'secure' field.
|
ImpressionAvro.Builder |
setTagid(Utf8 value)
Sets the value of the 'tagid' field.
|
ImpressionAvro.Builder |
setVideo(VideoAvro value)
Sets the value of the 'video' field.
|
equals, hashCodepublic Builder()
public Builder(ImpressionAvro.Builder other)
public Builder(ImpressionAvro other)
public Utf8 getId()
public ImpressionAvro.Builder setId(Utf8 value)
public boolean hasId()
public ImpressionAvro.Builder clearId()
public BannerAvro getBanner()
public ImpressionAvro.Builder setBanner(BannerAvro value)
public boolean hasBanner()
public ImpressionAvro.Builder clearBanner()
public VideoAvro getVideo()
public ImpressionAvro.Builder setVideo(VideoAvro value)
public boolean hasVideo()
public ImpressionAvro.Builder clearVideo()
public Utf8 getDisplaymanager()
public ImpressionAvro.Builder setDisplaymanager(Utf8 value)
public boolean hasDisplaymanager()
public ImpressionAvro.Builder clearDisplaymanager()
public Utf8 getDisplaymanagerver()
public ImpressionAvro.Builder setDisplaymanagerver(Utf8 value)
public boolean hasDisplaymanagerver()
public ImpressionAvro.Builder clearDisplaymanagerver()
public int getInstl()
public ImpressionAvro.Builder setInstl(int value)
public boolean hasInstl()
public ImpressionAvro.Builder clearInstl()
public Utf8 getTagid()
public ImpressionAvro.Builder setTagid(Utf8 value)
public boolean hasTagid()
public ImpressionAvro.Builder clearTagid()
public double getBidfloor()
public ImpressionAvro.Builder setBidfloor(double value)
public boolean hasBidfloor()
public ImpressionAvro.Builder clearBidfloor()
public Utf8 getBidfloorcur()
public ImpressionAvro.Builder setBidfloorcur(Utf8 value)
public boolean hasBidfloorcur()
public ImpressionAvro.Builder clearBidfloorcur()
public int getSecure()
public ImpressionAvro.Builder setSecure(int value)
public boolean hasSecure()
public ImpressionAvro.Builder clearSecure()
public GenericData.Array<Utf8> getIframebuster()
public ImpressionAvro.Builder setIframebuster(GenericData.Array<Utf8> value)
public boolean hasIframebuster()
public ImpressionAvro.Builder clearIframebuster()
public PmpAvro getPmp()
public ImpressionAvro.Builder setPmp(PmpAvro value)
public boolean hasPmp()
public ImpressionAvro.Builder clearPmp()
public ImpressionAvro build()
build in interface RecordBuilder<ImpressionAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.