Package | Description |
---|---|
avro |
A client application that illustrates the use of Avro bindings.
|
Modifier and Type | Method and Description |
---|---|
FullName.Builder |
FullName.Builder.clearFirst()
Clears the value of the 'first' field
|
FullName.Builder |
FullName.Builder.clearLast()
Clears the value of the 'last' field
|
static FullName.Builder |
FullName.newBuilder()
Creates a new FullName RecordBuilder
|
static FullName.Builder |
FullName.newBuilder(FullName.Builder other)
Creates a new FullName RecordBuilder by copying an existing Builder
|
static FullName.Builder |
FullName.newBuilder(FullName other)
Creates a new FullName RecordBuilder by copying an existing FullName instance
|
FullName.Builder |
FullName.Builder.setFirst(String value)
Sets the value of the 'first' field
|
FullName.Builder |
FullName.Builder.setLast(String value)
Sets the value of the 'last' field
|
Modifier and Type | Method and Description |
---|---|
static FullName.Builder |
FullName.newBuilder(FullName.Builder other)
Creates a new FullName RecordBuilder by copying an existing Builder
|
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.