Interface Application
-
public interface Application
Generated by: JavaInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getBridge_ids()
Id's for bridges subscribed to.java.util.List<java.lang.String>
getChannel_ids()
Id's for channels subscribed to.java.util.List<java.lang.String>
getDevice_names()
Names of the devices subscribed to.java.util.List<java.lang.String>
getEndpoint_ids()
{tech}/{resource} for endpoints subscribed to.java.util.List<java.lang.Object>
getEvents_allowed()
Event types sent to the application.java.util.List<java.lang.Object>
getEvents_disallowed()
Event types not sent to the application.java.lang.String
getName()
Name of this applicationvoid
setBridge_ids(java.util.List<java.lang.String> val)
void
setChannel_ids(java.util.List<java.lang.String> val)
void
setDevice_names(java.util.List<java.lang.String> val)
void
setEndpoint_ids(java.util.List<java.lang.String> val)
void
setEvents_allowed(java.util.List<java.lang.Object> val)
void
setEvents_disallowed(java.util.List<java.lang.Object> val)
void
setName(java.lang.String val)
-
-
-
Method Detail
-
getBridge_ids
java.util.List<java.lang.String> getBridge_ids()
Id's for bridges subscribed to.- Returns:
- List>String<
- Since:
- ARI_0_0_1
-
getName
java.lang.String getName()
Name of this application- Returns:
- String
- Since:
- ARI_0_0_1
-
getChannel_ids
java.util.List<java.lang.String> getChannel_ids()
Id's for channels subscribed to.- Returns:
- List>String<
- Since:
- ARI_0_0_1
-
getDevice_names
java.util.List<java.lang.String> getDevice_names()
Names of the devices subscribed to.- Returns:
- List>String<
- Since:
- ARI_0_0_1
-
setDevice_names
void setDevice_names(java.util.List<java.lang.String> val)
- Parameters:
val
- Names of the devices subscribed to.- Since:
- ARI_0_0_1
-
getEvents_allowed
java.util.List<java.lang.Object> getEvents_allowed()
Event types sent to the application.- Returns:
- List>Object<
- Since:
- ARI_1_10_1
-
setEndpoint_ids
void setEndpoint_ids(java.util.List<java.lang.String> val)
- Parameters:
val
- {tech}/{resource} for endpoints subscribed to.- Since:
- ARI_0_0_1
-
setBridge_ids
void setBridge_ids(java.util.List<java.lang.String> val)
- Parameters:
val
- Id's for bridges subscribed to.- Since:
- ARI_0_0_1
-
setEvents_disallowed
void setEvents_disallowed(java.util.List<java.lang.Object> val)
- Parameters:
val
- Event types not sent to the application.- Since:
- ARI_1_10_1
-
getEvents_disallowed
java.util.List<java.lang.Object> getEvents_disallowed()
Event types not sent to the application.- Returns:
- List>Object<
- Since:
- ARI_1_10_1
-
getEndpoint_ids
java.util.List<java.lang.String> getEndpoint_ids()
{tech}/{resource} for endpoints subscribed to.- Returns:
- List>String<
- Since:
- ARI_0_0_1
-
setEvents_allowed
void setEvents_allowed(java.util.List<java.lang.Object> val)
- Parameters:
val
- Event types sent to the application.- Since:
- ARI_1_10_1
-
setName
void setName(java.lang.String val)
- Parameters:
val
- Name of this application- Since:
- ARI_0_0_1
-
setChannel_ids
void setChannel_ids(java.util.List<java.lang.String> val)
- Parameters:
val
- Id's for channels subscribed to.- Since:
- ARI_0_0_1
-
-