Package | Description |
---|---|
org.apache.flink.streaming.tests.avro |
Modifier and Type | Method and Description |
---|---|
ComplexPayloadAvro.Builder |
ComplexPayloadAvro.Builder.clearEventTime()
Clears the value of the 'eventTime' field.
|
ComplexPayloadAvro.Builder |
ComplexPayloadAvro.Builder.clearInnerPayLoad()
Clears the value of the 'innerPayLoad' field.
|
ComplexPayloadAvro.Builder |
ComplexPayloadAvro.Builder.clearStringList()
Clears the value of the 'stringList' field.
|
ComplexPayloadAvro.Builder |
ComplexPayloadAvro.Builder.clearStrPayload()
Clears the value of the 'strPayload' field.
|
static ComplexPayloadAvro.Builder |
ComplexPayloadAvro.newBuilder()
Creates a new ComplexPayloadAvro RecordBuilder.
|
static ComplexPayloadAvro.Builder |
ComplexPayloadAvro.newBuilder(ComplexPayloadAvro.Builder other)
Creates a new ComplexPayloadAvro RecordBuilder by copying an existing Builder.
|
static ComplexPayloadAvro.Builder |
ComplexPayloadAvro.newBuilder(ComplexPayloadAvro other)
Creates a new ComplexPayloadAvro RecordBuilder by copying an existing ComplexPayloadAvro instance.
|
ComplexPayloadAvro.Builder |
ComplexPayloadAvro.Builder.setEventTime(long value)
Sets the value of the 'eventTime' field.
|
ComplexPayloadAvro.Builder |
ComplexPayloadAvro.Builder.setInnerPayLoad(InnerPayLoadAvro value)
Sets the value of the 'innerPayLoad' field.
|
ComplexPayloadAvro.Builder |
ComplexPayloadAvro.Builder.setInnerPayLoadBuilder(InnerPayLoadAvro.Builder value)
Sets the Builder instance for the 'innerPayLoad' field
|
ComplexPayloadAvro.Builder |
ComplexPayloadAvro.Builder.setStringList(List<String> value)
Sets the value of the 'stringList' field.
|
ComplexPayloadAvro.Builder |
ComplexPayloadAvro.Builder.setStrPayload(String value)
Sets the value of the 'strPayload' field.
|
Modifier and Type | Method and Description |
---|---|
static ComplexPayloadAvro.Builder |
ComplexPayloadAvro.newBuilder(ComplexPayloadAvro.Builder other)
Creates a new ComplexPayloadAvro RecordBuilder by copying an existing Builder.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.