Package | Description |
---|---|
org.spf4j.ssdump2.avro |
Modifier and Type | Field and Description |
---|---|
AMethod |
ASample.method
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AMethod |
AMethod.Builder.build() |
AMethod |
ASample.getMethod()
Gets the value of the 'method' field.
|
AMethod |
ASample.Builder.getMethod()
Gets the value of the 'method' field.
|
Modifier and Type | Method and Description |
---|---|
static AMethod.Builder |
AMethod.newBuilder(AMethod other)
Creates a new AMethod RecordBuilder by copying an existing AMethod instance.
|
void |
ASample.setMethod(AMethod value)
Sets the value of the 'method' field.
|
ASample.Builder |
ASample.Builder.setMethod(AMethod value)
Sets the value of the 'method' field.
|
Constructor and Description |
---|
ASample(Integer id,
Integer parentId,
Integer count,
AMethod method)
All-args constructor.
|
Copyright © 2018 SPF4J. All rights reserved.