EventId.Builder |
EventId.Builder.clearDerived() |
Clears the value of the 'derived' field.
|
EventId.Builder |
EventId.Builder.clearId() |
Clears the value of the 'id' field.
|
EventId.Builder |
EventId.Builder.clearNonce() |
Clears the value of the 'nonce' field.
|
static EventId.Builder |
EventId.newBuilder() |
Creates a new EventId RecordBuilder.
|
static EventId.Builder |
EventId.newBuilder(EventId other) |
Creates a new EventId RecordBuilder by copying an existing EventId instance.
|
static EventId.Builder |
EventId.newBuilder(EventId.Builder other) |
Creates a new EventId RecordBuilder by copying an existing Builder.
|
EventId.Builder |
EventId.Builder.setDerived(boolean value) |
Sets the value of the 'derived' field.
|
EventId.Builder |
EventId.Builder.setId(String value) |
Sets the value of the 'id' field.
|
EventId.Builder |
EventId.Builder.setNonce(long value) |
Sets the value of the 'nonce' field.
|