All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vanillabp.cockpit.adapter.common.usertask.events.UserTaskEvent Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
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