public abstract class AbstractEventBuilder<E extends AbstractEventBuilder<?>> extends Object implements IEventBuilder
| Constructor and Description |
|---|
AbstractEventBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCreationDate() |
UUID |
getEventId() |
E |
withCreationDate(org.joda.time.DateTime creationDate)
This field is required.
|
E |
withEventId(UUID eventId)
This field is required.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild@Nonnull public E withEventId(UUID eventId)
eventId - the value to setpublic UUID getEventId()
public org.joda.time.DateTime getCreationDate()
Copyright © 2016–2018 Taimos GmbH. All rights reserved.