public static class HoodieCleanFileInfo.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieCleanFileInfo> implements org.apache.avro.data.RecordBuilder<HoodieCleanFileInfo>
| Modifier and Type | Method and Description |
|---|---|
HoodieCleanFileInfo |
build() |
HoodieCleanFileInfo.Builder |
clearFilePath()
Clears the value of the 'filePath' field.
|
HoodieCleanFileInfo.Builder |
clearIsBootstrapBaseFile()
Clears the value of the 'isBootstrapBaseFile' field.
|
String |
getFilePath()
Gets the value of the 'filePath' field.
|
Boolean |
getIsBootstrapBaseFile()
Gets the value of the 'isBootstrapBaseFile' field.
|
boolean |
hasFilePath()
Checks whether the 'filePath' field has been set.
|
boolean |
hasIsBootstrapBaseFile()
Checks whether the 'isBootstrapBaseFile' field has been set.
|
HoodieCleanFileInfo.Builder |
setFilePath(String value)
Sets the value of the 'filePath' field.
|
HoodieCleanFileInfo.Builder |
setIsBootstrapBaseFile(Boolean value)
Sets the value of the 'isBootstrapBaseFile' field.
|
public String getFilePath()
public HoodieCleanFileInfo.Builder setFilePath(String value)
value - The value of 'filePath'.public boolean hasFilePath()
public HoodieCleanFileInfo.Builder clearFilePath()
public Boolean getIsBootstrapBaseFile()
public HoodieCleanFileInfo.Builder setIsBootstrapBaseFile(Boolean value)
value - The value of 'isBootstrapBaseFile'.public boolean hasIsBootstrapBaseFile()
public HoodieCleanFileInfo.Builder clearIsBootstrapBaseFile()
public HoodieCleanFileInfo build()
build in interface org.apache.avro.data.RecordBuilder<HoodieCleanFileInfo>Copyright © 2024 The Apache Software Foundation. All rights reserved.