public static class Record311.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<Record311> implements org.apache.avro.data.RecordBuilder<Record311>
| Modifier and Type | Method and Description |
|---|---|
Record311 |
build() |
Record311.Builder |
clearD()
Clears the value of the 'd' field
|
java.lang.Double |
getD()
Gets the value of the 'd' field
|
boolean |
hasD()
Checks whether the 'd' field has been set
|
Record311.Builder |
setD(double value)
Sets the value of the 'd' field
|
public java.lang.Double getD()
public Record311.Builder setD(double value)
public boolean hasD()
public Record311.Builder clearD()