public static class HoodieInstantInfo.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieInstantInfo> implements org.apache.avro.data.RecordBuilder<HoodieInstantInfo>
| Modifier and Type | Method and Description |
|---|---|
HoodieInstantInfo |
build() |
HoodieInstantInfo.Builder |
clearAction()
Clears the value of the 'action' field.
|
HoodieInstantInfo.Builder |
clearCommitTime()
Clears the value of the 'commitTime' field.
|
String |
getAction()
Gets the value of the 'action' field.
|
String |
getCommitTime()
Gets the value of the 'commitTime' field.
|
boolean |
hasAction()
Checks whether the 'action' field has been set.
|
boolean |
hasCommitTime()
Checks whether the 'commitTime' field has been set.
|
HoodieInstantInfo.Builder |
setAction(String value)
Sets the value of the 'action' field.
|
HoodieInstantInfo.Builder |
setCommitTime(String value)
Sets the value of the 'commitTime' field.
|
public String getCommitTime()
public HoodieInstantInfo.Builder setCommitTime(String value)
value - The value of 'commitTime'.public boolean hasCommitTime()
public HoodieInstantInfo.Builder clearCommitTime()
public String getAction()
public HoodieInstantInfo.Builder setAction(String value)
value - The value of 'action'.public boolean hasAction()
public HoodieInstantInfo.Builder clearAction()
public HoodieInstantInfo build()
build in interface org.apache.avro.data.RecordBuilder<HoodieInstantInfo>Copyright © 2024 The Apache Software Foundation. All rights reserved.