public interface IConfig
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDeviceName()Gets device name from config | 
| java.lang.String | getDevicePassword()Gets device password from config | 
| java.util.List<DeviceProfile> | getDeviceProfiles()Gets device profiles | 
| java.lang.String | getDeviceUniqueId()Gets beacon unique id. | 
| java.util.UUID | getId()Gets Config id. | 
| java.lang.String | getInstanceId()Gets Instance Id | 
| int | getInterval()Gets interval. | 
| int | getMajor()Gets major. | 
| int | getMinor()Gets minor. | 
| java.lang.String | getNamespace()Gets Eddystone namespace | 
| java.util.UUID | getProximityUUID()Gets proximity uUID. | 
| int | getTxPower()Gets tx power. | 
| java.lang.String | getUrl()Gets Eddystone Url | 
| java.lang.Boolean | isShuffled()Checks if device is shuffled | 
java.util.UUID getId()
java.lang.String getDeviceUniqueId()
java.util.UUID getProximityUUID()
java.lang.String getNamespace()
java.lang.String getUrl()
java.lang.String getInstanceId()
int getMajor()
int getMinor()
int getTxPower()
int getInterval()
java.util.List<DeviceProfile> getDeviceProfiles()
java.lang.String getDeviceName()
java.lang.String getDevicePassword()
java.lang.Boolean isShuffled()