public static class AvroLongArray.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroLongArray> implements org.apache.avro.data.RecordBuilder<AvroLongArray>
| Modifier and Type | Method and Description |
|---|---|
AvroLongArray |
build() |
AvroLongArray.Builder |
clearIds()
Clears the value of the 'ids' field
|
List<Long> |
getIds()
Gets the value of the 'ids' field
|
boolean |
hasIds()
Checks whether the 'ids' field has been set
|
AvroLongArray.Builder |
setIds(List<Long> value)
Sets the value of the 'ids' field
|
public AvroLongArray.Builder setIds(List<Long> value)
public boolean hasIds()
public AvroLongArray.Builder clearIds()
public AvroLongArray build()
build in interface org.apache.avro.data.RecordBuilder<AvroLongArray>Copyright © 2013–2019. All rights reserved.