Interface Bridge
-
- All Superinterfaces:
EventSource
public interface Bridge extends EventSource
Generated by: JavaInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBridge_class()
Bridging classjava.lang.String
getBridge_type()
Type of bridge technologyjava.util.List<java.lang.String>
getChannels()
Ids of channels participating in this bridgejava.util.Date
getCreationtime()
Timestamp when bridge was createdjava.lang.String
getCreator()
Entity that created the bridgejava.lang.String
getId()
Unique identifier for this bridgejava.lang.String
getName()
Name the creator gave the bridgejava.lang.String
getTechnology()
Name of the current bridging technologyjava.lang.String
getVideo_mode()
The video mode the bridge is using.java.lang.String
getVideo_source_id()
The ID of the channel that is the source of video in this bridge, if one exists.void
setBridge_class(java.lang.String val)
void
setBridge_type(java.lang.String val)
void
setChannels(java.util.List<java.lang.String> val)
void
setCreationtime(java.util.Date val)
void
setCreator(java.lang.String val)
void
setId(java.lang.String val)
void
setName(java.lang.String val)
void
setTechnology(java.lang.String val)
void
setVideo_mode(java.lang.String val)
void
setVideo_source_id(java.lang.String val)
-
-
-
Method Detail
-
getCreationtime
java.util.Date getCreationtime()
Timestamp when bridge was created- Returns:
- Date
- Since:
- ARI_1_10_1
-
getName
java.lang.String getName()
Name the creator gave the bridge- Returns:
- String
- Since:
- ARI_1_0_0
-
getVideo_mode
java.lang.String getVideo_mode()
The video mode the bridge is using. One of 'none', 'talker', or 'single'.- Returns:
- String
- Since:
- ARI_1_10_0
-
setTechnology
void setTechnology(java.lang.String val)
- Parameters:
val
- Name of the current bridging technology- Since:
- ARI_0_0_1
-
setCreationtime
void setCreationtime(java.util.Date val)
- Parameters:
val
- Timestamp when bridge was created- Since:
- ARI_1_10_1
-
setBridge_class
void setBridge_class(java.lang.String val)
- Parameters:
val
- Bridging class- Since:
- ARI_0_0_1
-
setChannels
void setChannels(java.util.List<java.lang.String> val)
- Parameters:
val
- Ids of channels participating in this bridge- Since:
- ARI_0_0_1
-
getBridge_type
java.lang.String getBridge_type()
Type of bridge technology- Returns:
- String
- Since:
- ARI_0_0_1
-
getBridge_class
java.lang.String getBridge_class()
Bridging class- Returns:
- String
- Since:
- ARI_0_0_1
-
getVideo_source_id
java.lang.String getVideo_source_id()
The ID of the channel that is the source of video in this bridge, if one exists.- Returns:
- String
- Since:
- ARI_1_10_0
-
getTechnology
java.lang.String getTechnology()
Name of the current bridging technology- Returns:
- String
- Since:
- ARI_0_0_1
-
getCreator
java.lang.String getCreator()
Entity that created the bridge- Returns:
- String
- Since:
- ARI_1_0_0
-
setBridge_type
void setBridge_type(java.lang.String val)
- Parameters:
val
- Type of bridge technology- Since:
- ARI_0_0_1
-
setId
void setId(java.lang.String val)
- Parameters:
val
- Unique identifier for this bridge- Since:
- ARI_0_0_1
-
getChannels
java.util.List<java.lang.String> getChannels()
Ids of channels participating in this bridge- Returns:
- List>String<
- Since:
- ARI_0_0_1
-
setVideo_mode
void setVideo_mode(java.lang.String val)
- Parameters:
val
- The video mode the bridge is using. One of 'none', 'talker', or 'single'.- Since:
- ARI_1_10_0
-
getId
java.lang.String getId()
Unique identifier for this bridge- Returns:
- String
- Since:
- ARI_0_0_1
-
setVideo_source_id
void setVideo_source_id(java.lang.String val)
- Parameters:
val
- The ID of the channel that is the source of video in this bridge, if one exists.- Since:
- ARI_1_10_0
-
setCreator
void setCreator(java.lang.String val)
- Parameters:
val
- Entity that created the bridge- Since:
- ARI_1_0_0
-
setName
void setName(java.lang.String val)
- Parameters:
val
- Name the creator gave the bridge- Since:
- ARI_1_0_0
-
-