public static class HoodiePath.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodiePath> implements org.apache.avro.data.RecordBuilder<HoodiePath>
| Modifier and Type | Method and Description |
|---|---|
HoodiePath |
build() |
HoodiePath.Builder |
clearUri()
Clears the value of the 'uri' field.
|
HoodiePath.Builder |
clearVersion()
Clears the value of the 'version' field.
|
String |
getUri()
Gets the value of the 'uri' field.
|
Integer |
getVersion()
Gets the value of the 'version' field.
|
boolean |
hasUri()
Checks whether the 'uri' field has been set.
|
boolean |
hasVersion()
Checks whether the 'version' field has been set.
|
HoodiePath.Builder |
setUri(String value)
Sets the value of the 'uri' field.
|
HoodiePath.Builder |
setVersion(Integer value)
Sets the value of the 'version' field.
|
public Integer getVersion()
public HoodiePath.Builder setVersion(Integer value)
value - The value of 'version'.public boolean hasVersion()
public HoodiePath.Builder clearVersion()
public String getUri()
public HoodiePath.Builder setUri(String value)
value - The value of 'uri'.public boolean hasUri()
public HoodiePath.Builder clearUri()
public HoodiePath build()
build in interface org.apache.avro.data.RecordBuilder<HoodiePath>Copyright © 2024 The Apache Software Foundation. All rights reserved.