| Package | Description |
|---|---|
| org.spf4j.test2.avro |
| Modifier and Type | Field and Description |
|---|---|
SampleNode |
SampleNode.subNodes
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SampleNode |
SampleNode.Builder.build() |
SampleNode |
SampleNode.getSubNodes()
Gets the value of the 'subNodes' field.
|
SampleNode |
SampleNode.Builder.getSubNodes()
Gets the value of the 'subNodes' field.
|
| Modifier and Type | Method and Description |
|---|---|
static SampleNode.Builder |
SampleNode.newBuilder(SampleNode other)
Creates a new SampleNode RecordBuilder by copying an existing SampleNode instance.
|
void |
SampleNode.setSubNodes(SampleNode value)
Sets the value of the 'subNodes' field.
|
SampleNode.Builder |
SampleNode.Builder.setSubNodes(SampleNode value)
Sets the value of the 'subNodes' field.
|
| Constructor and Description |
|---|
SampleNode(Integer count,
SampleNode subNodes)
All-args constructor.
|
Copyright © 2018 SPF4J. All rights reserved.