|
Oracle NoSQL Database Examples version 11gR2.2.0.26 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<FullName>
avro.FullName.Builder
public static class FullName.Builder
RecordBuilder for FullName instances.
Method Summary | |
---|---|
FullName |
build()
|
FullName.Builder |
clearFirst()
Clears the value of the 'first' field |
FullName.Builder |
clearLast()
Clears the value of the 'last' field |
String |
getFirst()
Gets the value of the 'first' field |
String |
getLast()
Gets the value of the 'last' field |
boolean |
hasFirst()
Checks whether the 'first' field has been set |
boolean |
hasLast()
Checks whether the 'last' field has been set |
FullName.Builder |
setFirst(String value)
Sets the value of the 'first' field |
FullName.Builder |
setLast(String value)
Sets the value of the 'last' field |
Methods inherited from class org.apache.avro.data.RecordBuilderBase |
---|
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getFirst()
public FullName.Builder setFirst(String value)
public boolean hasFirst()
public FullName.Builder clearFirst()
public String getLast()
public FullName.Builder setLast(String value)
public boolean hasLast()
public FullName.Builder clearLast()
public FullName build()
build
in interface org.apache.avro.data.RecordBuilder<FullName>
|
Oracle NoSQL Database Examples version 11gR2.2.0.26 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |