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

ch.loway.oss.ari4java.generated.models.Message Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
package ch.loway.oss.ari4java.generated.models;

// ----------------------------------------------------
//      THIS CLASS WAS GENERATED AUTOMATICALLY
//               PLEASE DO NOT EDIT
//    Generated on: Sat Aug 14 16:51:30 SAST 2021
// ----------------------------------------------------

import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.ArrayList;
import ch.loway.oss.ari4java.tools.*;
import ch.loway.oss.ari4java.tools.tags.EventSource;
import ch.loway.oss.ari4java.generated.actions.requests.*;
import ch.loway.oss.ari4java.generated.models.Module;
import ch.loway.oss.ari4java.generated.models.*;

/** Generated by: JavaInterface */
public interface Message {
  /**
   * @param val The unique ID for the Asterisk instance that raised this event.
   * @since ARI_1_10_0
   */
  public void setAsterisk_id(String val);
  /**
   * Indicates the type of this message.
   *
   * @return String
   * @since ARI_0_0_1
   */
  public String getType();
  /**
   * The unique ID for the Asterisk instance that raised this event.
   *
   * @return String
   * @since ARI_1_10_0
   */
  public String getAsterisk_id();
  /**
   * @param val Indicates the type of this message.
   * @since ARI_0_0_1
   */
  public void setType(String val);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy