
io.vanillabp.cockpit.adapter.common.usertask.events.UserTaskEvent Maven / Gradle / Ivy
package io.vanillabp.cockpit.adapter.common.usertask.events;
import java.time.OffsetDateTime;
public interface UserTaskEvent {
String getEventId();
void setEventId(String id);
String getComment();
void setComment(String comment);
OffsetDateTime getTimestamp();
void setTimestamp(OffsetDateTime timestamp);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy