Package | Description |
---|---|
org.spf4j.ssdump2.avro |
Modifier and Type | Method and Description |
---|---|
ASample.Builder |
ASample.Builder.clearCount()
Clears the value of the 'count' field.
|
ASample.Builder |
ASample.Builder.clearId()
Clears the value of the 'id' field.
|
ASample.Builder |
ASample.Builder.clearMethod()
Clears the value of the 'method' field.
|
ASample.Builder |
ASample.Builder.clearParentId()
Clears the value of the 'parentId' field.
|
static ASample.Builder |
ASample.newBuilder()
Creates a new ASample RecordBuilder.
|
static ASample.Builder |
ASample.newBuilder(ASample.Builder other)
Creates a new ASample RecordBuilder by copying an existing Builder.
|
static ASample.Builder |
ASample.newBuilder(ASample other)
Creates a new ASample RecordBuilder by copying an existing ASample instance.
|
ASample.Builder |
ASample.Builder.setCount(int value)
Sets the value of the 'count' field.
|
ASample.Builder |
ASample.Builder.setId(int value)
Sets the value of the 'id' field.
|
ASample.Builder |
ASample.Builder.setMethod(AMethod value)
Sets the value of the 'method' field.
|
ASample.Builder |
ASample.Builder.setMethodBuilder(AMethod.Builder value)
Sets the Builder instance for the 'method' field
the method caught in execution
|
ASample.Builder |
ASample.Builder.setParentId(int value)
Sets the value of the 'parentId' field.
|
Modifier and Type | Method and Description |
---|---|
static ASample.Builder |
ASample.newBuilder(ASample.Builder other)
Creates a new ASample RecordBuilder by copying an existing Builder.
|
Copyright © 2018 SPF4J. All rights reserved.