Package | Description |
---|---|
org.spf4j.test.avro |
Modifier and Type | Method and Description |
---|---|
SamplePair.Builder |
SamplePair.Builder.clearMethod()
Clears the value of the 'method' field.
|
SamplePair.Builder |
SamplePair.Builder.clearNode()
Clears the value of the 'node' field.
|
static SamplePair.Builder |
SamplePair.newBuilder()
Creates a new SamplePair RecordBuilder.
|
static SamplePair.Builder |
SamplePair.newBuilder(SamplePair.Builder other)
Creates a new SamplePair RecordBuilder by copying an existing Builder.
|
static SamplePair.Builder |
SamplePair.newBuilder(SamplePair other)
Creates a new SamplePair RecordBuilder by copying an existing SamplePair instance.
|
SamplePair.Builder |
SamplePair.Builder.setMethod(Method value)
Sets the value of the 'method' field.
|
SamplePair.Builder |
SamplePair.Builder.setMethodBuilder(Method.Builder value)
Sets the Builder instance for the 'method' field
|
SamplePair.Builder |
SamplePair.Builder.setNode(SampleNode value)
Sets the value of the 'node' field.
|
SamplePair.Builder |
SamplePair.Builder.setNodeBuilder(SampleNode.Builder value)
Sets the Builder instance for the 'node' field
|
Modifier and Type | Method and Description |
---|---|
static SamplePair.Builder |
SamplePair.newBuilder(SamplePair.Builder other)
Creates a new SamplePair RecordBuilder by copying an existing Builder.
|
Copyright © 2018 SPF4J. All rights reserved.