package ch.loway.oss.ari4java.generated; // ---------------------------------------------------- // THIS CLASS WAS GENERATED AUTOMATICALLY // PLEASE DO NOT EDIT // Generated on: Sat Feb 04 15:23:08 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 Bridge extends EventSource { // String getName /********************************************************** * Name the creator gave the bridge * * @since ari_1_0_0 *********************************************************/ public String getName(); // String getVideo_mode /********************************************************** * The video mode the bridge is using. One of 'none', 'talker', or 'single'. * * @since ari_2_0_0 *********************************************************/ public String getVideo_mode(); // void setTechnology String /********************************************************** * Name of the current bridging technology * * @since ari_0_0_1 *********************************************************/ public void setTechnology(String val ); // void setBridge_class String /********************************************************** * Bridging class * * @since ari_0_0_1 *********************************************************/ public void setBridge_class(String val ); // void setChannels List<String> /********************************************************** * Ids of channels participating in this bridge * * @since ari_0_0_1 *********************************************************/ public void setChannels(List<String> val ); // String getBridge_type /********************************************************** * Type of bridge technology * * @since ari_0_0_1 *********************************************************/ public String getBridge_type(); // String getBridge_class /********************************************************** * Bridging class * * @since ari_0_0_1 *********************************************************/ public String getBridge_class(); // String getVideo_source_id /********************************************************** * The ID of the channel that is the source of video in this bridge, if one exists. * * @since ari_2_0_0 *********************************************************/ public String getVideo_source_id(); // String getTechnology /********************************************************** * Name of the current bridging technology * * @since ari_0_0_1 *********************************************************/ public String getTechnology(); // String getCreator /********************************************************** * Entity that created the bridge * * @since ari_1_0_0 *********************************************************/ public String getCreator(); // void setBridge_type String /********************************************************** * Type of bridge technology * * @since ari_0_0_1 *********************************************************/ public void setBridge_type(String val ); // List<String> getChannels /********************************************************** * Ids of channels participating in this bridge * * @since ari_0_0_1 *********************************************************/ public List<String> getChannels(); // void setId String /********************************************************** * Unique identifier for this bridge * * @since ari_0_0_1 *********************************************************/ public void setId(String val ); // void setVideo_mode String /********************************************************** * The video mode the bridge is using. One of 'none', 'talker', or 'single'. * * @since ari_2_0_0 *********************************************************/ public void setVideo_mode(String val ); // String getId /********************************************************** * Unique identifier for this bridge * * @since ari_0_0_1 *********************************************************/ public String getId(); // void setVideo_source_id String /********************************************************** * The ID of the channel that is the source of video in this bridge, if one exists. * * @since ari_2_0_0 *********************************************************/ public void setVideo_source_id(String val ); // void setCreator String /********************************************************** * Entity that created the bridge * * @since ari_1_0_0 *********************************************************/ public void setCreator(String val ); // void setName String /********************************************************** * Name the creator gave the bridge * * @since ari_1_0_0 *********************************************************/ public void setName(String val ); } ;