Event.Builder |
Event.Builder.clearMetadata() |
Clears the value of the 'metadata' field.
|
Event.Builder |
Event.Builder.clearPayload() |
Clears the value of the 'payload' field.
|
static Event.Builder |
Event.newBuilder() |
Creates a new Event RecordBuilder.
|
static Event.Builder |
Event.newBuilder(Event other) |
Creates a new Event RecordBuilder by copying an existing Event instance.
|
static Event.Builder |
Event.newBuilder(Event.Builder other) |
Creates a new Event RecordBuilder by copying an existing Builder.
|
Event.Builder |
Event.Builder.setMetadata(Metadata value) |
Sets the value of the 'metadata' field.
|
Event.Builder |
Event.Builder.setMetadataBuilder(Metadata.Builder value) |
Sets the Builder instance for the 'metadata' field
|
Event.Builder |
Event.Builder.setPayload(Map value) |
Sets the value of the 'payload' field.
|