package ch.loway.oss.ari4java.generated; // ---------------------------------------------------- // THIS CLASS WAS GENERATED AUTOMATICALLY // PLEASE DO NOT EDIT // Generated on: Sat Feb 04 15:23:09 CET 2017 // ---------------------------------------------------- import java.util.Date; import java.util.List; import java.util.Map; import java.util.ArrayList; import ch.loway.oss.ari4java.tools.RestException; import ch.loway.oss.ari4java.tools.AriCallback; import ch.loway.oss.ari4java.tools.tags.*; /********************************************************** * * Generated by: JavaInterface *********************************************************/ public interface Event { // void setTimestamp Date /********************************************************** * Time at which this event was created. * * @since ari_0_0_1 *********************************************************/ public void setTimestamp(Date val ); // Date getTimestamp /********************************************************** * Time at which this event was created. * * @since ari_0_0_1 *********************************************************/ public Date getTimestamp(); // void setApplication String /********************************************************** * Name of the application receiving the event. * * @since ari_0_0_1 *********************************************************/ public void setApplication(String val ); // String getApplication /********************************************************** * Name of the application receiving the event. * * @since ari_0_0_1 *********************************************************/ public String getApplication(); } ;