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

ch.loway.oss.ari4java.generated.models.ChannelDestroyed 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 ChannelDestroyed extends Event {
  /**
   * Integer representation of the cause of the hangup
   *
   * @return Integer
   * @since ARI_0_0_1
   */
  public Integer getCause();
  /**
   * @return Channel
   * @since ARI_0_0_1
   */
  public Channel getChannel();
  /**
   * @param val the value
   * @since ARI_0_0_1
   */
  public void setChannel(Channel val);
  /**
   * @param val Text representation of the cause of the hangup
   * @since ARI_0_0_1
   */
  public void setCause_txt(String val);
  /**
   * Text representation of the cause of the hangup
   *
   * @return String
   * @since ARI_0_0_1
   */
  public String getCause_txt();
  /**
   * @param val Integer representation of the cause of the hangup
   * @since ARI_0_0_1
   */
  public void setCause(Integer val);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy