
com.intellifylearning.models.EventProperties Maven / Gradle / Ivy
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