public interface IBeacon
| Modifier and Type | Method and Description | 
|---|---|
| int | getActionsCount()Gets actions count. | 
| java.lang.String | getAlias()Gets Beacon alias. | 
| java.util.UUID | getId()Gets Beacon id. | 
| int | getInterval()Gets interval. | 
| java.util.UUID | getManagerId()Gets manager id. | 
| java.lang.String | getName()Gets Beacon name. | 
| int | getTxPower()Gets tx power. | 
| java.lang.String | getUniqueId()Gets Beacon unique id. | 
| IVenue | getVenue()Gets venue that that this Beacon belongs to. | 
java.util.UUID getId()
java.util.UUID getManagerId()
int getTxPower()
java.lang.String getName()
java.lang.String getAlias()
int getInterval()
java.lang.String getUniqueId()
int getActionsCount()
IVenue getVenue()