public static class ConditionEvidence.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ConditionEvidence> implements org.apache.avro.data.RecordBuilder<ConditionEvidence>
| Modifier and Type | Method and Description |
|---|---|
ConditionEvidence |
build() |
ConditionEvidence.Builder |
clearCode()
Clears the value of the 'code' field.
|
ConditionEvidence.Builder |
clearDetail()
Clears the value of the 'detail' field.
|
ConditionEvidence.Builder |
clearId()
Clears the value of the 'id' field.
|
List<CodeableConcept> |
getCode()
Gets the value of the 'code' field.
|
List<ResourceReference> |
getDetail()
Gets the value of the 'detail' field.
|
String |
getId()
Gets the value of the 'id' field.
|
boolean |
hasCode()
Checks whether the 'code' field has been set.
|
boolean |
hasDetail()
Checks whether the 'detail' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
ConditionEvidence.Builder |
setCode(List<CodeableConcept> value)
Sets the value of the 'code' field.
|
ConditionEvidence.Builder |
setDetail(List<ResourceReference> value)
Sets the value of the 'detail' field.
|
ConditionEvidence.Builder |
setId(String value)
Sets the value of the 'id' field.
|
public String getId()
public ConditionEvidence.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ConditionEvidence.Builder clearId()
public List<CodeableConcept> getCode()
public ConditionEvidence.Builder setCode(List<CodeableConcept> value)
value - The value of 'code'.public boolean hasCode()
public ConditionEvidence.Builder clearCode()
public List<ResourceReference> getDetail()
public ConditionEvidence.Builder setDetail(List<ResourceReference> value)
value - The value of 'detail'.public boolean hasDetail()
public ConditionEvidence.Builder clearDetail()
public ConditionEvidence build()
build in interface org.apache.avro.data.RecordBuilder<ConditionEvidence>Copyright © 2020. All rights reserved.