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

com.intellifylearning.models.EventProperties Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.intellifylearning.models;

public class EventProperties extends Props {

    private static final long serialVersionUID = -946938748259365871L;

    public EventProperties(Object... kvs) {
        super(kvs);
    }

    public EventProperties() {
        super();
        // TODO Auto-generated constructor stub
    }

    @Override
    public EventProperties put(String key, Object value) {
        super.put(key, value);
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy