Interface ChannelDialplan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Channel
getChannel()
The channel that changed dialplan location.java.lang.String
getDialplan_app()
The application about to be executed.java.lang.String
getDialplan_app_data()
The data to be passed to the application.void
setChannel(Channel val)
void
setDialplan_app(java.lang.String val)
void
setDialplan_app_data(java.lang.String val)
-
Methods inherited from interface ch.loway.oss.ari4java.generated.models.Event
getApplication, getTimestamp, setApplication, setTimestamp
-
Methods inherited from interface ch.loway.oss.ari4java.generated.models.Message
getAsterisk_id, getType, setAsterisk_id, setType
-
-
-
-
Method Detail
-
getChannel
Channel getChannel()
The channel that changed dialplan location.- Returns:
- Channel
- Since:
- ARI_0_0_1
-
setChannel
void setChannel(Channel val)
- Parameters:
val
- The channel that changed dialplan location.- Since:
- ARI_0_0_1
-
getDialplan_app_data
java.lang.String getDialplan_app_data()
The data to be passed to the application.- Returns:
- String
- Since:
- ARI_0_0_1
-
setDialplan_app
void setDialplan_app(java.lang.String val)
- Parameters:
val
- The application about to be executed.- Since:
- ARI_0_0_1
-
setDialplan_app_data
void setDialplan_app_data(java.lang.String val)
- Parameters:
val
- The data to be passed to the application.- Since:
- ARI_0_0_1
-
getDialplan_app
java.lang.String getDialplan_app()
The application about to be executed.- Returns:
- String
- Since:
- ARI_0_0_1
-
-