public static class BidAvro.Builder extends SpecificRecordBuilderBase<BidAvro> implements RecordBuilder<BidAvro>
| Constructor and Description |
|---|
Builder() |
Builder(BidAvro.Builder other) |
Builder(BidAvro other) |
| Modifier and Type | Method and Description |
|---|---|
BidAvro |
build() |
BidAvro.Builder |
clearAdid()
Clears the value of the 'adid' field.
|
BidAvro.Builder |
clearAdm()
Clears the value of the 'adm' field.
|
BidAvro.Builder |
clearAdomain()
Clears the value of the 'adomain' field.
|
BidAvro.Builder |
clearAttr()
Clears the value of the 'attr' field.
|
BidAvro.Builder |
clearCid()
Clears the value of the 'cid' field.
|
BidAvro.Builder |
clearCrid()
Clears the value of the 'crid' field.
|
BidAvro.Builder |
clearDealid()
Clears the value of the 'dealid' field.
|
BidAvro.Builder |
clearH()
Clears the value of the 'h' field.
|
BidAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
BidAvro.Builder |
clearImpid()
Clears the value of the 'impid' field.
|
BidAvro.Builder |
clearLurl()
Clears the value of the 'lurl' field.
|
BidAvro.Builder |
clearNurl()
Clears the value of the 'nurl' field.
|
BidAvro.Builder |
clearPrice()
Clears the value of the 'price' field.
|
BidAvro.Builder |
clearW()
Clears the value of the 'w' field.
|
Utf8 |
getAdid()
Gets the value of the 'adid' field.
|
Utf8 |
getAdm()
Gets the value of the 'adm' field.
|
GenericData.Array<Utf8> |
getAdomain()
Gets the value of the 'adomain' field.
|
GenericData.Array<Integer> |
getAttr()
Gets the value of the 'attr' field.
|
Utf8 |
getCid()
Gets the value of the 'cid' field.
|
Utf8 |
getCrid()
Gets the value of the 'crid' field.
|
Utf8 |
getDealid()
Gets the value of the 'dealid' field.
|
int |
getH()
Gets the value of the 'h' field.
|
Utf8 |
getId()
Gets the value of the 'id' field.
|
Utf8 |
getImpid()
Gets the value of the 'impid' field.
|
Utf8 |
getLurl()
Gets the value of the 'lurl' field.
|
Utf8 |
getNurl()
Gets the value of the 'nurl' field.
|
double |
getPrice()
Gets the value of the 'price' field.
|
int |
getW()
Gets the value of the 'w' field.
|
boolean |
hasAdid()
Checks whether the 'adid' field has been set.
|
boolean |
hasAdm()
Checks whether the 'adm' field has been set.
|
boolean |
hasAdomain()
Checks whether the 'adomain' field has been set.
|
boolean |
hasAttr()
Checks whether the 'attr' field has been set.
|
boolean |
hasCid()
Checks whether the 'cid' field has been set.
|
boolean |
hasCrid()
Checks whether the 'crid' field has been set.
|
boolean |
hasDealid()
Checks whether the 'dealid' field has been set.
|
boolean |
hasH()
Checks whether the 'h' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasImpid()
Checks whether the 'impid' field has been set.
|
boolean |
hasLurl()
Checks whether the 'lurl' field has been set.
|
boolean |
hasNurl()
Checks whether the 'nurl' field has been set.
|
boolean |
hasPrice()
Checks whether the 'price' field has been set.
|
boolean |
hasW()
Checks whether the 'w' field has been set.
|
BidAvro.Builder |
setAdid(Utf8 value)
Sets the value of the 'adid' field.
|
BidAvro.Builder |
setAdm(Utf8 value)
Sets the value of the 'adm' field.
|
BidAvro.Builder |
setAdomain(GenericData.Array<Utf8> value)
Sets the value of the 'adomain' field.
|
BidAvro.Builder |
setAttr(GenericData.Array<Integer> value)
Sets the value of the 'attr' field.
|
BidAvro.Builder |
setCid(Utf8 value)
Sets the value of the 'cid' field.
|
BidAvro.Builder |
setCrid(Utf8 value)
Sets the value of the 'crid' field.
|
BidAvro.Builder |
setDealid(Utf8 value)
Sets the value of the 'dealid' field.
|
BidAvro.Builder |
setH(int value)
Sets the value of the 'h' field.
|
BidAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
BidAvro.Builder |
setImpid(Utf8 value)
Sets the value of the 'impid' field.
|
BidAvro.Builder |
setLurl(Utf8 value)
Sets the value of the 'lurl' field.
|
BidAvro.Builder |
setNurl(Utf8 value)
Sets the value of the 'nurl' field.
|
BidAvro.Builder |
setPrice(double value)
Sets the value of the 'price' field.
|
BidAvro.Builder |
setW(int value)
Sets the value of the 'w' field.
|
equals, hashCodepublic Builder()
public Builder(BidAvro.Builder other)
public Builder(BidAvro other)
public Utf8 getId()
public BidAvro.Builder setId(Utf8 value)
public boolean hasId()
public BidAvro.Builder clearId()
public Utf8 getImpid()
public BidAvro.Builder setImpid(Utf8 value)
public boolean hasImpid()
public BidAvro.Builder clearImpid()
public double getPrice()
public BidAvro.Builder setPrice(double value)
public boolean hasPrice()
public BidAvro.Builder clearPrice()
public Utf8 getAdid()
public BidAvro.Builder setAdid(Utf8 value)
public boolean hasAdid()
public BidAvro.Builder clearAdid()
public Utf8 getNurl()
public BidAvro.Builder setNurl(Utf8 value)
public boolean hasNurl()
public BidAvro.Builder clearNurl()
public Utf8 getAdm()
public BidAvro.Builder setAdm(Utf8 value)
public boolean hasAdm()
public BidAvro.Builder clearAdm()
public GenericData.Array<Utf8> getAdomain()
public BidAvro.Builder setAdomain(GenericData.Array<Utf8> value)
public boolean hasAdomain()
public BidAvro.Builder clearAdomain()
public Utf8 getLurl()
public BidAvro.Builder setLurl(Utf8 value)
public boolean hasLurl()
public BidAvro.Builder clearLurl()
public Utf8 getCid()
public BidAvro.Builder setCid(Utf8 value)
public boolean hasCid()
public BidAvro.Builder clearCid()
public Utf8 getCrid()
public BidAvro.Builder setCrid(Utf8 value)
public boolean hasCrid()
public BidAvro.Builder clearCrid()
public GenericData.Array<Integer> getAttr()
public BidAvro.Builder setAttr(GenericData.Array<Integer> value)
public boolean hasAttr()
public BidAvro.Builder clearAttr()
public Utf8 getDealid()
public BidAvro.Builder setDealid(Utf8 value)
public boolean hasDealid()
public BidAvro.Builder clearDealid()
public int getW()
public BidAvro.Builder setW(int value)
public boolean hasW()
public BidAvro.Builder clearW()
public int getH()
public BidAvro.Builder setH(int value)
public boolean hasH()
public BidAvro.Builder clearH()
public BidAvro build()
build in interface RecordBuilder<BidAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.