public static class UsCoreRace.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<UsCoreRace> implements org.apache.avro.data.RecordBuilder<UsCoreRace>
| Modifier and Type | Method and Description |
|---|---|
UsCoreRace |
build() |
UsCoreRace.Builder |
clearDetailed()
Clears the value of the 'detailed' field.
|
UsCoreRace.Builder |
clearOmbCategory()
Clears the value of the 'ombCategory' field.
|
UsCoreRace.Builder |
clearText()
Clears the value of the 'text' field.
|
List<Coding> |
getDetailed()
Gets the value of the 'detailed' field.
|
List<Coding> |
getOmbCategory()
Gets the value of the 'ombCategory' field.
|
String |
getText()
Gets the value of the 'text' field.
|
boolean |
hasDetailed()
Checks whether the 'detailed' field has been set.
|
boolean |
hasOmbCategory()
Checks whether the 'ombCategory' field has been set.
|
boolean |
hasText()
Checks whether the 'text' field has been set.
|
UsCoreRace.Builder |
setDetailed(List<Coding> value)
Sets the value of the 'detailed' field.
|
UsCoreRace.Builder |
setOmbCategory(List<Coding> value)
Sets the value of the 'ombCategory' field.
|
UsCoreRace.Builder |
setText(String value)
Sets the value of the 'text' field.
|
public List<Coding> getOmbCategory()
public UsCoreRace.Builder setOmbCategory(List<Coding> value)
value - The value of 'ombCategory'.public boolean hasOmbCategory()
public UsCoreRace.Builder clearOmbCategory()
public List<Coding> getDetailed()
public UsCoreRace.Builder setDetailed(List<Coding> value)
value - The value of 'detailed'.public boolean hasDetailed()
public UsCoreRace.Builder clearDetailed()
public String getText()
public UsCoreRace.Builder setText(String value)
value - The value of 'text'.public boolean hasText()
public UsCoreRace.Builder clearText()
public UsCoreRace build()
build in interface org.apache.avro.data.RecordBuilder<UsCoreRace>Copyright © 2020. All rights reserved.