public static class UsCoreEthnicity.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<UsCoreEthnicity> implements org.apache.avro.data.RecordBuilder<UsCoreEthnicity>
| Modifier and Type | Method and Description |
|---|---|
UsCoreEthnicity |
build() |
UsCoreEthnicity.Builder |
clearDetailed()
Clears the value of the 'detailed' field.
|
UsCoreEthnicity.Builder |
clearOmbCategory()
Clears the value of the 'ombCategory' field.
|
UsCoreEthnicity.Builder |
clearText()
Clears the value of the 'text' field.
|
List<Coding> |
getDetailed()
Gets the value of the 'detailed' field.
|
Coding |
getOmbCategory()
Gets the value of the 'ombCategory' field.
|
Coding.Builder |
getOmbCategoryBuilder()
Gets the Builder instance for the 'ombCategory' field and creates one if it doesn't exist yet.
|
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 |
hasOmbCategoryBuilder()
Checks whether the 'ombCategory' field has an active Builder instance
Doc here
|
boolean |
hasText()
Checks whether the 'text' field has been set.
|
UsCoreEthnicity.Builder |
setDetailed(List<Coding> value)
Sets the value of the 'detailed' field.
|
UsCoreEthnicity.Builder |
setOmbCategory(Coding value)
Sets the value of the 'ombCategory' field.
|
UsCoreEthnicity.Builder |
setOmbCategoryBuilder(Coding.Builder value)
Sets the Builder instance for the 'ombCategory' field
Doc here
|
UsCoreEthnicity.Builder |
setText(String value)
Sets the value of the 'text' field.
|
public Coding getOmbCategory()
public UsCoreEthnicity.Builder setOmbCategory(Coding value)
value - The value of 'ombCategory'.public boolean hasOmbCategory()
public Coding.Builder getOmbCategoryBuilder()
public UsCoreEthnicity.Builder setOmbCategoryBuilder(Coding.Builder value)
value - The builder instance that must be set.public boolean hasOmbCategoryBuilder()
public UsCoreEthnicity.Builder clearOmbCategory()
public List<Coding> getDetailed()
public UsCoreEthnicity.Builder setDetailed(List<Coding> value)
value - The value of 'detailed'.public boolean hasDetailed()
public UsCoreEthnicity.Builder clearDetailed()
public String getText()
public UsCoreEthnicity.Builder setText(String value)
value - The value of 'text'.public boolean hasText()
public UsCoreEthnicity.Builder clearText()
public UsCoreEthnicity build()
build in interface org.apache.avro.data.RecordBuilder<UsCoreEthnicity>Copyright © 2020. All rights reserved.