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

ch.loway.oss.ari4java.generated.models.ChannelTalkingFinished 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: Mon Jul 11 11:00:31 SAST 2022
// ----------------------------------------------------

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 ChannelTalkingFinished extends Event {
  /**
   * @param val The length of time, in milliseconds, that talking was detected on the channel
   * @since ARI_1_4_0
   */
  public void setDuration(Integer val);
  /**
   * The channel on which talking completed.
   *
   * @return Channel
   * @since ARI_1_4_0
   */
  public Channel getChannel();
  /**
   * The length of time, in milliseconds, that talking was detected on the channel
   *
   * @return Integer
   * @since ARI_1_4_0
   */
  public Integer getDuration();
  /**
   * @param val The channel on which talking completed.
   * @since ARI_1_4_0
   */
  public void setChannel(Channel val);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy