public static class Narrative.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<Narrative> implements org.apache.avro.data.RecordBuilder<Narrative>
| Modifier and Type | Method and Description |
|---|---|
Narrative |
build() |
Narrative.Builder |
clearDiv()
Clears the value of the 'div' field.
|
Narrative.Builder |
clearId()
Clears the value of the 'id' field.
|
Narrative.Builder |
clearStatus()
Clears the value of the 'status' field.
|
String |
getDiv()
Gets the value of the 'div' field.
|
String |
getId()
Gets the value of the 'id' field.
|
String |
getStatus()
Gets the value of the 'status' field.
|
boolean |
hasDiv()
Checks whether the 'div' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasStatus()
Checks whether the 'status' field has been set.
|
Narrative.Builder |
setDiv(String value)
Sets the value of the 'div' field.
|
Narrative.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Narrative.Builder |
setStatus(String value)
Sets the value of the 'status' field.
|
public String getId()
public Narrative.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Narrative.Builder clearId()
public String getStatus()
public Narrative.Builder setStatus(String value)
value - The value of 'status'.public boolean hasStatus()
public Narrative.Builder clearStatus()
public String getDiv()
public Narrative.Builder setDiv(String value)
value - The value of 'div'.public boolean hasDiv()
public Narrative.Builder clearDiv()
Copyright © 2020. All rights reserved.