
com.intellifylearning.models.EventProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of intellisense Show documentation
Show all versions of intellisense Show documentation
IntelliSense Sensor API for Java
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