public static class SegmentAvro.Builder extends SpecificRecordBuilderBase<SegmentAvro> implements RecordBuilder<SegmentAvro>
| Constructor and Description |
|---|
Builder() |
Builder(SegmentAvro.Builder other) |
Builder(SegmentAvro other) |
| Modifier and Type | Method and Description |
|---|---|
SegmentAvro |
build() |
SegmentAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
SegmentAvro.Builder |
clearName()
Clears the value of the 'name' field.
|
SegmentAvro.Builder |
clearValue()
Clears the value of the 'value' field.
|
Utf8 |
getId()
Gets the value of the 'id' field.
|
Utf8 |
getName()
Gets the value of the 'name' field.
|
Utf8 |
getValue()
Gets the value of the 'value' field.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasName()
Checks whether the 'name' field has been set.
|
boolean |
hasValue()
Checks whether the 'value' field has been set.
|
SegmentAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
SegmentAvro.Builder |
setName(Utf8 value)
Sets the value of the 'name' field.
|
SegmentAvro.Builder |
setValue(Utf8 value)
Sets the value of the 'value' field.
|
equals, hashCodepublic Builder()
public Builder(SegmentAvro.Builder other)
public Builder(SegmentAvro other)
public Utf8 getId()
public SegmentAvro.Builder setId(Utf8 value)
public boolean hasId()
public SegmentAvro.Builder clearId()
public Utf8 getName()
public SegmentAvro.Builder setName(Utf8 value)
public boolean hasName()
public SegmentAvro.Builder clearName()
public Utf8 getValue()
public SegmentAvro.Builder setValue(Utf8 value)
public boolean hasValue()
public SegmentAvro.Builder clearValue()
public SegmentAvro build()
build in interface RecordBuilder<SegmentAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.