|
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.specific.SpecificRecordBase
avro.FullName
public class FullName
| Nested Class Summary | |
|---|---|
static class |
FullName.Builder
RecordBuilder for FullName instances. |
| Field Summary | |
|---|---|
String |
first
Deprecated. |
String |
last
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
FullName()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
String |
getFirst()
Gets the value of the 'first' field. |
String |
getLast()
Gets the value of the 'last' field. |
org.apache.avro.Schema |
getSchema()
|
static FullName.Builder |
newBuilder()
Creates a new FullName RecordBuilder |
static FullName.Builder |
newBuilder(FullName.Builder other)
Creates a new FullName RecordBuilder by copying an existing Builder |
static FullName.Builder |
newBuilder(FullName other)
Creates a new FullName RecordBuilder by copying an existing FullName instance |
void |
put(int field$,
Object value$)
|
void |
setFirst(String value)
Sets the value of the 'first' field. |
void |
setLast(String value)
Sets the value of the 'last' field. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String first
@Deprecated public String last
| Constructor Detail |
|---|
public FullName()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getFirst()
public void setFirst(String value)
value - the value to set.public String getLast()
public void setLast(String value)
value - the value to set.public static FullName.Builder newBuilder()
public static FullName.Builder newBuilder(FullName.Builder other)
public static FullName.Builder newBuilder(FullName other)
|
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 | |||||||||