public static class HoodieActionInstant.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieActionInstant> implements org.apache.avro.data.RecordBuilder<HoodieActionInstant>
| Modifier and Type | Method and Description |
|---|---|
HoodieActionInstant |
build() |
HoodieActionInstant.Builder |
clearAction()
Clears the value of the 'action' field.
|
HoodieActionInstant.Builder |
clearState()
Clears the value of the 'state' field.
|
HoodieActionInstant.Builder |
clearTimestamp()
Clears the value of the 'timestamp' field.
|
String |
getAction()
Gets the value of the 'action' field.
|
String |
getState()
Gets the value of the 'state' field.
|
String |
getTimestamp()
Gets the value of the 'timestamp' field.
|
boolean |
hasAction()
Checks whether the 'action' field has been set.
|
boolean |
hasState()
Checks whether the 'state' field has been set.
|
boolean |
hasTimestamp()
Checks whether the 'timestamp' field has been set.
|
HoodieActionInstant.Builder |
setAction(String value)
Sets the value of the 'action' field.
|
HoodieActionInstant.Builder |
setState(String value)
Sets the value of the 'state' field.
|
HoodieActionInstant.Builder |
setTimestamp(String value)
Sets the value of the 'timestamp' field.
|
public String getTimestamp()
public HoodieActionInstant.Builder setTimestamp(String value)
value - The value of 'timestamp'.public boolean hasTimestamp()
public HoodieActionInstant.Builder clearTimestamp()
public String getAction()
public HoodieActionInstant.Builder setAction(String value)
value - The value of 'action'.public boolean hasAction()
public HoodieActionInstant.Builder clearAction()
public String getState()
public HoodieActionInstant.Builder setState(String value)
value - The value of 'state'.public boolean hasState()
public HoodieActionInstant.Builder clearState()
public HoodieActionInstant build()
build in interface org.apache.avro.data.RecordBuilder<HoodieActionInstant>Copyright © 2024 The Apache Software Foundation. All rights reserved.