public static class HoodieDeleteRecordList.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieDeleteRecordList> implements org.apache.avro.data.RecordBuilder<HoodieDeleteRecordList>
| Modifier and Type | Method and Description |
|---|---|
HoodieDeleteRecordList |
build() |
HoodieDeleteRecordList.Builder |
clearDeleteRecordList()
Clears the value of the 'deleteRecordList' field.
|
List<HoodieDeleteRecord> |
getDeleteRecordList()
Gets the value of the 'deleteRecordList' field.
|
boolean |
hasDeleteRecordList()
Checks whether the 'deleteRecordList' field has been set.
|
HoodieDeleteRecordList.Builder |
setDeleteRecordList(List<HoodieDeleteRecord> value)
Sets the value of the 'deleteRecordList' field.
|
public List<HoodieDeleteRecord> getDeleteRecordList()
public HoodieDeleteRecordList.Builder setDeleteRecordList(List<HoodieDeleteRecord> value)
value - The value of 'deleteRecordList'.public boolean hasDeleteRecordList()
public HoodieDeleteRecordList.Builder clearDeleteRecordList()
public HoodieDeleteRecordList build()
build in interface org.apache.avro.data.RecordBuilder<HoodieDeleteRecordList>Copyright © 2024 The Apache Software Foundation. All rights reserved.