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

io.hypertrack.model.Event Maven / Gradle / Ivy

The newest version!
package io.hypertrack.model;

import java.util.Map;

/**
 * Model class for Event.
 */
public class Event extends HyperTrackModel {
    public Event() {
        this(null);
    }

    public Event(Map properties) {
        super(properties);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy